#608A66

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

Shades of Laurel #608A66

Tints of Laurel #608A66

Color information

#608A66 (or 0x608A66) is unknown color: approx Laurel. HEX triplet: 60, 8A and 66. RGB value is (96,138,102). Sum of RGB (Red+Green+Blue) = 96+138+102=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 138 - color contains mainly: green. Hex color #608A66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608A66 is #9F7599. Grayscale: #797979. Windows color (decimal): -10450330 or 6720096. OLE color: 6720096.

HSL color Cylindrical-coordinate representation of color #608A66: hue angle of 128.57º 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 #608A66 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB96138102-
CMYK0.3000.260.46
HSL128.57º17.95%45.88%-
HSV(B)128.57º30.43%54.12%-
XYZ16.3121.6215.88-
YUV121.34117.09109.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.57%
GREEN value IS 138 (54.30% from 255) = 41.07%
BLUE value IS 102 (40.23% from 255) = 30.36%
R=28.57%
G=41.07%
B=30.36%

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
Decimal961381020.3000.260.46128.5717.9545.88
Hex608A661E01A2E81122e
Octal14021214636032562012256
Binary1100000100010101100110111100110101011101000000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #608A66;
 }
 .AnyTagClassName
 {
   color: #608A66;
 }
</style>
background-color css

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

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

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

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

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

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