Html Css Color HEX #608E6A Laurel

📋 copy color: '#608E6A'

red 96 ◦ green 142 ◦ blue 106

#608E6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laurel #608E6A

Tints of Laurel #608E6A

RGB

 RED value IS 96 (37.89% from 255) = 27.91%

 GREEN value IS 142 (55.86% from 255) = 41.28%

 BLUE value IS 106 (41.8% from 255) = 30.81%

R = 27.91%
G = 41.28%
B = 30.81%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#608E6A (or 0x608E6A) is known color: Laurel. HEX triplet: 60, 8E and 6A. RGB value is (96,142,106). Sum of RGB (Red+Green+Blue) = 96+142+106=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 142 - color contains mainly: green. Hex color #608E6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608E6A is #9F7195. Grayscale: #7C7C7C. Windows color (decimal): -10449302 or 6983264. OLE color: 6983264.

HSL color Cylindrical-coordinate representation of color #608E6A: hue angle of 133.04º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #608E6A is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 142 106 -
CMYK 0.32 0 0.25 0.44
HSL 133.04º 0.19% 0.47% -
HSV(B) 133.04º 0.32% 0.56% -
XYZ 17.1 22.87 17.15 -
YUV 124.14 117.76 107.93 -
System Red Green Blue C M Y K H S L
Decimal 96 142 106 0.32 0 0.25 0.44 133.04 0.19 0.47
Hex 60 8E 6A 20 0 19 2C 85 13 2F
Octal 140 216 152 40 0 31 54 205 23 57
Binary 1100000 10001110 1101010 100000 0 11001 101100 10000101 10011 101111

Color Harmonies of #608E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608E6A

Black with #608E6A

Text Example


Text Example

White with #608E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608E6A; }

 p { color: rgb(96,142,106); }

 H1.HeaderClassName
 {
   color: #608E6A;
 }
 .AnyTagClassName
 {
   color: #608E6A;
 }
</style>

background-color css

<style>
 a { background-color: #608E6A; }

 a { background-color: rgb(96,142,106); }

 div.DivClassName
 {
   background-color: #608E6A;
 }
 .BgClassName
 {
   background-color: #608E6A;
 }
</style>

border-color css

<style>
 span { border-color: #608E6A; }

 span { border-color: rgb(96,142,106); }

 td.TdClassName
 {
   border-color: #608E6A;
 }
 .TagClassName
 {
   border-color: #608E6A;
 }
</style>