#096927

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

Shades of Crusoe #096927

Tints of Crusoe #096927

Color information

#096927 (or 0x096927) is unknown color: approx Crusoe. HEX triplet: 09, 69 and 27. RGB value is (9,105,39). Sum of RGB (Red+Green+Blue) = 9+105+39=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 105 (41.41% from 255 or 68.63% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 105 - color contains mainly: green. Hex color #096927 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096927 is #F696D8. Grayscale: #444444. Windows color (decimal): -16160473 or 2582793. OLE color: 2582793.

HSL color Cylindrical-coordinate representation of color #096927: hue angle of 138.75º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096927 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB910539-
CMYK0.9100.630.59
HSL138.75º84.21%22.35%-
HSV(B)138.75º91.43%41.18%-
XYZ5.5310.313.62-
YUV68.77111.285.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.88%
GREEN value IS 105 (41.41% from 255) = 68.63%
BLUE value IS 39 (15.62% from 255) = 25.49%
R=5.88%
G=68.63%
B=25.49%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9105390.9100.630.59138.7584.2122.35
Hex969275B03F3B8b5416
Octal11151471330777321312426
Binary100111010011001111011011011111111101110001011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096927; }

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

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

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

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

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

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

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

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