#609366

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

Shades of Laurel #609366

Tints of Laurel #609366

Color information

#609366 (or 0x609366) is unknown color: approx Laurel. HEX triplet: 60, 93 and 66. RGB value is (96,147,102). Sum of RGB (Red+Green+Blue) = 96+147+102=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #609366 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609366 is #9F6C99. Grayscale: #7E7E7E. Windows color (decimal): -10448026 or 6722400. OLE color: 6722400.

HSL color Cylindrical-coordinate representation of color #609366: hue angle of 127.06º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #609366 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB96147102-
CMYK0.3500.310.42
HSL127.06º20.99%47.65%-
HSV(B)127.06º34.69%57.65%-
XYZ17.6624.3116.33-
YUV126.62114.1106.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.83%
GREEN value IS 147 (57.81% from 255) = 42.61%
BLUE value IS 102 (40.23% from 255) = 29.57%
R=27.83%
G=42.61%
B=29.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961471020.3500.310.42127.0620.9947.65
Hex6093662301F2A7f1530
Octal14022314643037521772560
Binary1100000100100111100110100011011111101010111111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609366; }

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

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

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

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

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

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

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

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