#096929

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

Shades of Crusoe #096929

Tints of Crusoe #096929

Color information

#096929 (or 0x096929) is unknown color: approx Crusoe. HEX triplet: 09, 69 and 29. RGB value is (9,105,41). Sum of RGB (Red+Green+Blue) = 9+105+41=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 105 (41.41% from 255 or 67.74% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 105 - color contains mainly: green. Hex color #096929 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096929 is #F696D6. Grayscale: #454545. Windows color (decimal): -16160471 or 2713865. OLE color: 2713865.

HSL color Cylindrical-coordinate representation of color #096929: hue angle of 140º 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 #096929 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB910541-
CMYK0.9100.610.59
HSL140º84.21%22.35%-
HSV(B)140º91.43%41.18%-
XYZ5.5610.323.8-
YUV69112.285.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.81%
GREEN value IS 105 (41.41% from 255) = 67.74%
BLUE value IS 41 (16.41% from 255) = 26.45%
R=5.81%
G=67.74%
B=26.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9105410.9100.610.5914084.2122.35
Hex969295B03D3B8c5416
Octal11151511330757321412426
Binary100111010011010011011011011110111101110001100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096929; }

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

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

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

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

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

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

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

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