#096C29

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

Shades of Crusoe #096C29

Tints of Crusoe #096C29

Color information

#096C29 (or 0x096C29) is unknown color: approx Crusoe. HEX triplet: 09, 6C and 29. RGB value is (9,108,41). Sum of RGB (Red+Green+Blue) = 9+108+41=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 108 (42.58% from 255 or 68.35% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 108 - color contains mainly: green. Hex color #096C29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096C29 is #F693D6. Grayscale: #464646. Windows color (decimal): -16159703 or 2714633. OLE color: 2714633.

HSL color Cylindrical-coordinate representation of color #096C29: hue angle of 139.39º degrees, saturation: 0.85, 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 #096C29 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB910841-
CMYK0.9200.620.58
HSL139.39º84.62%22.94%-
HSV(B)139.39º91.67%42.35%-
XYZ5.8810.943.9-
YUV70.76111.283.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.70%
GREEN value IS 108 (42.58% from 255) = 68.35%
BLUE value IS 41 (16.41% from 255) = 25.95%
R=5.70%
G=68.35%
B=25.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9108410.9200.620.58139.3984.6222.94
Hex96C295C03E3A8b5517
Octal11154511340767221312527
Binary100111011001010011011100011111011101010001011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,108,41); }

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

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

 a { background-color: rgb(9,108,41); }

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

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

 span { border-color: rgb(9,108,41); }

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