Html Css Color HEX #608866 Laurel

📋 copy color: '#608866'

red 96 ◦ green 136 ◦ blue 102

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

Shades of Laurel #608866

Tints of Laurel #608866

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.72%

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

R = 28.74%
G = 40.72%
B = 30.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#608866 (or 0x608866) is known color: Laurel. HEX triplet: 60, 88 and 66. RGB value is (96,136,102). Sum of RGB (Red+Green+Blue) = 96+136+102=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 136 - color contains mainly: green. Hex color #608866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608866 is #9F7799. Grayscale: #787878. Windows color (decimal): -10450842 or 6719584. OLE color: 6719584.

HSL color Cylindrical-coordinate representation of color #608866: hue angle of 129º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #608866 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 136 102 -
CMYK 0.29 0 0.25 0.47
HSL 129º 0.17% 0.45% -
HSV(B) 129º 0.29% 0.53% -
XYZ 16.03 21.05 15.79 -
YUV 120.16 117.75 110.76 -
System Red Green Blue C M Y K H S L
Decimal 96 136 102 0.29 0 0.25 0.47 129 0.17 0.45
Hex 60 88 66 1D 0 19 2F 81 11 2D
Octal 140 210 146 35 0 31 57 201 21 55
Binary 1100000 10001000 1100110 11101 0 11001 101111 10000001 10001 101101

Color Harmonies of #608866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608866

Black with #608866

Text Example


Text Example

White with #608866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608866; }

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

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

background-color css

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

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

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

border-color css

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

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

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