#609666

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

Shades of Laurel #609666

Tints of Laurel #609666

Color information

#609666 (or 0x609666) is unknown color: approx Laurel. HEX triplet: 60, 96 and 66. RGB value is (96,150,102). Sum of RGB (Red+Green+Blue) = 96+150+102=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 150 - color contains mainly: green. Hex color #609666 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609666 is #9F6999. Grayscale: #808080. Windows color (decimal): -10447258 or 6723168. OLE color: 6723168.

HSL color Cylindrical-coordinate representation of color #609666: hue angle of 126.67º 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 #609666 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB96150102-
CMYK0.3600.320.41
HSL126.67º21.95%48.24%-
HSV(B)126.67º36%58.82%-
XYZ18.1325.2616.49-
YUV128.38113.11104.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.59%
GREEN value IS 150 (58.98% from 255) = 43.10%
BLUE value IS 102 (40.23% from 255) = 29.31%
R=27.59%
G=43.10%
B=29.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal961501020.3600.320.41126.6721.9548.24
Hex60966624020297f1630
Octal14022614644040511772660
Binary11000001001011011001101001000100000101001111111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609666; }

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

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

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

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

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

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

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

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