#096027

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

Shades of Crusoe #096027

Tints of Crusoe #096027

Color information

#096027 (or 0x096027) is unknown color: approx Crusoe. HEX triplet: 09, 60 and 27. RGB value is (9,96,39). Sum of RGB (Red+Green+Blue) = 9+96+39=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 96 (37.89% from 255 or 66.67% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 96 - color contains mainly: green. Hex color #096027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096027 is #F69FD8. Grayscale: #3F3F3F. Windows color (decimal): -16162777 or 2580489. OLE color: 2580489.

HSL color Cylindrical-coordinate representation of color #096027: hue angle of 140.69º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096027 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB99639-
CMYK0.9100.590.62
HSL140.69º82.86%20.59%-
HSV(B)140.69º90.62%37.65%-
XYZ4.668.573.33-
YUV63.49114.1889.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.25%
GREEN value IS 96 (37.89% from 255) = 66.67%
BLUE value IS 39 (15.62% from 255) = 27.08%
R=6.25%
G=66.67%
B=27.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal996390.9100.590.62140.6982.8620.59
Hex960275B03B3E8d5315
Octal11140471330737621512325
Binary100111000001001111011011011101111111010001101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096027; }

 p { color: rgb(9,96,39); }

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

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

 a { background-color: rgb(9,96,39); }

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

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

 span { border-color: rgb(9,96,39); }

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