#096628

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

Shades of Crusoe #096628

Tints of Crusoe #096628

Color information

#096628 (or 0x096628) is unknown color: approx Crusoe. HEX triplet: 09, 66 and 28. RGB value is (9,102,40). Sum of RGB (Red+Green+Blue) = 9+102+40=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 102 (40.23% from 255 or 67.55% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 102 - color contains mainly: green. Hex color #096628 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096628 is #F699D7. Grayscale: #434343. Windows color (decimal): -16161240 or 2647561. OLE color: 2647561.

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

Color convert

RGB910240-
CMYK0.9100.610.6
HSL140º83.78%21.76%-
HSV(B)140º91.18%40%-
XYZ5.259.713.61-
YUV67.12112.6986.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.96%
GREEN value IS 102 (40.23% from 255) = 67.55%
BLUE value IS 40 (16.02% from 255) = 26.49%
R=5.96%
G=67.55%
B=26.49%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9102400.9100.610.614083.7821.76
Hex966285B03D3C8c5416
Octal11146501330757421412426
Binary100111001101010001011011011110111110010001100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096628; }

 p { color: rgb(9,102,40); }

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

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

 a { background-color: rgb(9,102,40); }

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

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

 span { border-color: rgb(9,102,40); }

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