#609865

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

Shades of Laurel #609865

Tints of Laurel #609865

Color information

#609865 (or 0x609865) is unknown color: approx Laurel. HEX triplet: 60, 98 and 65. RGB value is (96,152,101). Sum of RGB (Red+Green+Blue) = 96+152+101=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 152 - color contains mainly: green. Hex color #609865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609865 is #9F679A. Grayscale: #818181. Windows color (decimal): -10446747 or 6658144. OLE color: 6658144.

HSL color Cylindrical-coordinate representation of color #609865: hue angle of 125.36º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #609865 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB96152101-
CMYK0.3700.340.40
HSL125.36º22.58%48.63%-
HSV(B)125.36º36.84%59.61%-
XYZ18.425.8816.34-
YUV129.44111.95104.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.51%
GREEN value IS 152 (59.77% from 255) = 43.55%
BLUE value IS 101 (39.84% from 255) = 28.94%
R=27.51%
G=43.55%
B=28.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal961521010.3700.340.40125.3622.5848.63
Hex60986525022287d1731
Octal14023014545042501752761
Binary11000001001100011001011001010100010101000111110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609865; }

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

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

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

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

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

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

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

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