#096617

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

Shades of Crusoe #096617

Tints of Crusoe #096617

Color information

#096617 (or 0x096617) is unknown color: approx Crusoe. HEX triplet: 09, 66 and 17. RGB value is (9,102,23). Sum of RGB (Red+Green+Blue) = 9+102+23=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 102 (40.23% from 255 or 76.12% from 134); Blue value is 23 (9.38% from 255 or 17.16% from 134); Max value from RGB is 102 - color contains mainly: green. Hex color #096617 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096617 is #F699E8. Grayscale: #414141. Windows color (decimal): -16161257 or 1533449. OLE color: 1533449.

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

Color convert

RGB910223-
CMYK0.9100.770.6
HSL129.03º83.78%21.76%-
HSV(B)129.03º91.18%40%-
XYZ5.029.622.4-
YUV65.19104.1987.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.72%
GREEN value IS 102 (40.23% from 255) = 76.12%
BLUE value IS 23 (9.38% from 255) = 17.16%
R=6.72%
G=76.12%
B=17.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9102230.9100.770.6129.0383.7821.76
Hex966175B04D3C815416
Octal111462713301157420112426
Binary100111001101011110110110100110111110010000001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096617; }

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

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

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

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

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

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

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

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