#096624

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

Shades of Crusoe #096624

Tints of Crusoe #096624

Color information

#096624 (or 0x096624) is unknown color: approx Crusoe. HEX triplet: 09, 66 and 24. RGB value is (9,102,36). Sum of RGB (Red+Green+Blue) = 9+102+36=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 102 (40.23% from 255 or 69.39% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 102 - color contains mainly: green. Hex color #096624 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096624 is #F699DB. Grayscale: #424242. Windows color (decimal): -16161244 or 2385417. OLE color: 2385417.

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

Color convert

RGB910236-
CMYK0.9100.650.6
HSL137.42º83.78%21.76%-
HSV(B)137.42º91.18%40%-
XYZ5.189.693.27-
YUV66.67110.6986.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.12%
GREEN value IS 102 (40.23% from 255) = 69.39%
BLUE value IS 36 (14.45% from 255) = 24.49%
R=6.12%
G=69.39%
B=24.49%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9102360.9100.650.6137.4283.7821.76
Hex966245B0413C895416
Octal111464413301017421112426
Binary1001110011010010010110110100000111110010001001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096624; }

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

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

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

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

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

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

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

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