#096632

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

Shades of Crusoe #096632

Tints of Crusoe #096632

Color information

#096632 (or 0x096632) is unknown color: approx Crusoe. HEX triplet: 09, 66 and 32. RGB value is (9,102,50). Sum of RGB (Red+Green+Blue) = 9+102+50=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 102 (40.23% from 255 or 63.35% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 102 - color contains mainly: green. Hex color #096632 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096632 is #F699CD. Grayscale: #444444. Windows color (decimal): -16161230 or 3302921. OLE color: 3302921.

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

Color convert

RGB910250-
CMYK0.9100.510.6
HSL146.45º83.78%21.76%-
HSV(B)146.45º91.18%40%-
XYZ5.449.794.62-
YUV68.26117.6985.73-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.59%
GREEN value IS 102 (40.23% from 255) = 63.35%
BLUE value IS 50 (19.92% from 255) = 31.06%
R=5.59%
G=63.35%
B=31.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9102500.9100.510.6146.4583.7821.76
Hex966325B0333C925416
Octal11146621330637422212426
Binary100111001101100101011011011001111110010010010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096632; }

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

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

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

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

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

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

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

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