#609067

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

Shades of Laurel #609067

Tints of Laurel #609067

Color information

#609067 (or 0x609067) is unknown color: approx Laurel. HEX triplet: 60, 90 and 67. RGB value is (96,144,103). Sum of RGB (Red+Green+Blue) = 96+144+103=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 144 - color contains mainly: green. Hex color #609067 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609067 is #9F6F98. Grayscale: #7D7D7D. Windows color (decimal): -10448793 or 6787168. OLE color: 6787168.

HSL color Cylindrical-coordinate representation of color #609067: hue angle of 128.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #609067 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB96144103-
CMYK0.3300.280.44
HSL128.75º20%47.06%-
HSV(B)128.75º33.33%56.47%-
XYZ17.2523.4116.44-
YUV124.97115.6107.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.99%
GREEN value IS 144 (56.64% from 255) = 41.98%
BLUE value IS 103 (40.62% from 255) = 30.03%
R=27.99%
G=41.98%
B=30.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961441030.3300.280.44128.752047.06
Hex6090672101C2C81142f
Octal14022014741034542012457
Binary11000001001000011001111000010111001011001000000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609067; }

 p { color: rgb(96,144,103); }

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

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

 a { background-color: rgb(96,144,103); }

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

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

 span { border-color: rgb(96,144,103); }

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