#608866

Color #608866 Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #608866

Tints of Laurel #608866

Color information

#608866 (or 0x608866) is unknown color: approx 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

RGB96136102-
CMYK0.2900.250.47
HSL129º17.24%45.49%-
HSV(B)129º29.41%53.33%-
XYZ16.0321.0515.79-
YUV120.16117.75110.76-

RGB Variations

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

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 (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961361020.2900.250.4712917.2445.49
Hex6088661D0192F81112d
Octal14021014635031572012155
Binary1100000100010001100110111010110011011111000000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>