#096A24

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

Shades of Crusoe #096A24

Tints of Crusoe #096A24

Color information

#096A24 (or 0x096A24) is unknown color: approx Crusoe. HEX triplet: 09, 6A and 24. RGB value is (9,106,36). Sum of RGB (Red+Green+Blue) = 9+106+36=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 106 (41.80% from 255 or 70.20% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 106 - color contains mainly: green. Hex color #096A24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096A24 is #F695DB. Grayscale: #454545. Windows color (decimal): -16160220 or 2386441. OLE color: 2386441.

HSL color Cylindrical-coordinate representation of color #096A24: hue angle of 136.7º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096A24 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.58.

Color convert

RGB910636-
CMYK0.9200.660.58
HSL136.7º84.35%22.55%-
HSV(B)136.7º91.51%41.57%-
XYZ5.5910.493.4-
YUV69.02109.3685.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.96%
GREEN value IS 106 (41.80% from 255) = 70.20%
BLUE value IS 36 (14.45% from 255) = 23.84%
R=5.96%
G=70.20%
B=23.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9106360.9200.660.58136.784.3522.55
Hex96A245C0423A895417
Octal111524413401027221112427
Binary1001110101010010010111000100001011101010001001101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096A24; }

 p { color: rgb(9,106,36); }

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

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

 a { background-color: rgb(9,106,36); }

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

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

 span { border-color: rgb(9,106,36); }

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