#609E65

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

Shades of Laurel #609E65

Tints of Laurel #609E65

Color information

#609E65 (or 0x609E65) is unknown color: approx Laurel. HEX triplet: 60, 9E and 65. RGB value is (96,158,101). Sum of RGB (Red+Green+Blue) = 96+158+101=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 158 (62.11% from 255 or 44.51% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 158 - color contains mainly: green. Hex color #609E65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609E65 is #9F619A. Grayscale: #858585. Windows color (decimal): -10445211 or 6659680. OLE color: 6659680.

HSL color Cylindrical-coordinate representation of color #609E65: hue angle of 124.84º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #609E65 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB96158101-
CMYK0.3900.360.38
HSL124.84º24.41%49.8%-
HSV(B)124.84º39.24%61.96%-
XYZ19.427.8816.67-
YUV132.96109.96101.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.04%
GREEN value IS 158 (62.11% from 255) = 44.51%
BLUE value IS 101 (39.84% from 255) = 28.45%
R=27.04%
G=44.51%
B=28.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961581010.3900.360.38124.8424.4149.8
Hex609E6527024267d1832
Octal14023614547044461753062
Binary11000001001111011001011001110100100100110111110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609E65; }

 p { color: rgb(96,158,101); }

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

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

 a { background-color: rgb(96,158,101); }

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

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

 span { border-color: rgb(96,158,101); }

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