#609664

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

Shades of Laurel #609664

Tints of Laurel #609664

Color information

#609664 (or 0x609664) is unknown color: approx Laurel. HEX triplet: 60, 96 and 64. RGB value is (96,150,100). Sum of RGB (Red+Green+Blue) = 96+150+100=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #609664 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609664 is #9F699B. Grayscale: #808080. Windows color (decimal): -10447260 or 6592096. OLE color: 6592096.

HSL color Cylindrical-coordinate representation of color #609664: hue angle of 124.44º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #609664 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB96150100-
CMYK0.3600.330.41
HSL124.44º21.95%48.24%-
HSV(B)124.44º36%58.82%-
XYZ18.0325.2215.97-
YUV128.15112.11105.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.75%
GREEN value IS 150 (58.98% from 255) = 43.35%
BLUE value IS 100 (39.45% from 255) = 28.90%
R=27.75%
G=43.35%
B=28.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal961501000.3600.330.41124.4421.9548.24
Hex60966424021297c1630
Octal14022614444041511742660
Binary11000001001011011001001001000100001101001111110010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609664; }

 p { color: rgb(96,150,100); }

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

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

 a { background-color: rgb(96,150,100); }

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

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

 span { border-color: rgb(96,150,100); }

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