#608966

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

Shades of Laurel #608966

Tints of Laurel #608966

Color information

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

RGB96137102-
CMYK0.3000.260.46
HSL128.78º17.6%45.69%-
HSV(B)128.78º29.93%53.73%-
XYZ16.1721.3415.84-
YUV120.75117.42110.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.66%
GREEN value IS 137 (53.91% from 255) = 40.90%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=28.66%
G=40.90%
B=30.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961371020.3000.260.46128.7817.645.69
Hex6089661E01A2E81122e
Octal14021114636032562012256
Binary1100000100010011100110111100110101011101000000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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