#096626

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

Shades of Crusoe #096626

Tints of Crusoe #096626

Color information

#096626 (or 0x096626) is unknown color: approx Crusoe. HEX triplet: 09, 66 and 26. RGB value is (9,102,38). Sum of RGB (Red+Green+Blue) = 9+102+38=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 102 (40.23% from 255 or 68.46% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 102 - color contains mainly: green. Hex color #096626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096626 is #F699D9. Grayscale: #434343. Windows color (decimal): -16161242 or 2516489. OLE color: 2516489.

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

Color convert

RGB910238-
CMYK0.9100.630.6
HSL138.71º83.78%21.76%-
HSV(B)138.71º91.18%40%-
XYZ5.219.73.43-
YUV66.9111.6986.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.04%
GREEN value IS 102 (40.23% from 255) = 68.46%
BLUE value IS 38 (15.23% from 255) = 25.50%
R=6.04%
G=68.46%
B=25.50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9102380.9100.630.6138.7183.7821.76
Hex966265B03F3C8b5416
Octal11146461330777421312426
Binary100111001101001101011011011111111110010001011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096626; }

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

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

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

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

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

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

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

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