Html Css Color HEX #608966 Laurel

📋 copy color: '#608966'

red 96 ◦ green 137 ◦ blue 102

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

Shades of Laurel #608966

Tints of Laurel #608966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.9%

 BLUE value IS 102 (40.23% from 255) = 30.45%

R = 28.66%
G = 40.9%
B = 30.45%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#608966 (or 0x608966) is known color: Laurel. HEX triplet: 60, 89 and 66. RGB value is (96,137,102). Sum of RGB (Red+Green+Blue) = 96+137+102=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 137 - color contains mainly: green. Hex color #608966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608966 is #9F7699. Grayscale: #787878. Windows color (decimal): -10450586 or 6719840. OLE color: 6719840.

HSL color Cylindrical-coordinate representation of color #608966: hue angle of 128.78º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #608966 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 137 102 -
CMYK 0.30 0 0.26 0.46
HSL 128.78º 0.18% 0.46% -
HSV(B) 128.78º 0.3% 0.54% -
XYZ 16.17 21.34 15.84 -
YUV 120.75 117.42 110.35 -
System Red Green Blue C M Y K H S L
Decimal 96 137 102 0.30 0 0.26 0.46 128.78 0.18 0.46
Hex 60 89 66 1E 0 1A 2E 81 12 2E
Octal 140 211 146 36 0 32 56 201 22 56
Binary 1100000 10001001 1100110 11110 0 11010 101110 10000001 10010 101110

Color Harmonies of #608966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608966

Black with #608966

Text Example


Text Example

White with #608966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608966; }

 p { color: rgb(96,137,102); }

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

background-color css

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

 a { background-color: rgb(96,137,102); }

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

border-color css

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

 span { border-color: rgb(96,137,102); }

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