#096116

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

Shades of Crusoe #096116

Tints of Crusoe #096116

Color information

#096116 (or 0x096116) is unknown color: approx Crusoe. HEX triplet: 09, 61 and 16. RGB value is (9,97,22). Sum of RGB (Red+Green+Blue) = 9+97+22=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 97 (38.28% from 255 or 75.78% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 97 - color contains mainly: green. Hex color #096116 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096116 is #F69EE9. Grayscale: #3E3E3E. Windows color (decimal): -16162538 or 1466633. OLE color: 1466633.

HSL color Cylindrical-coordinate representation of color #096116: hue angle of 128.86º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096116 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB99722-
CMYK0.9100.770.62
HSL128.86º83.02%20.78%-
HSV(B)128.86º90.72%38.04%-
XYZ4.538.672.19-
YUV62.14105.3590.1-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.03%
GREEN value IS 97 (38.28% from 255) = 75.78%
BLUE value IS 22 (8.98% from 255) = 17.19%
R=7.03%
G=75.78%
B=17.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal997220.9100.770.62128.8683.0220.78
Hex961165B04D3E815315
Octal111412613301157620112325
Binary100111000011011010110110100110111111010000001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096116; }

 p { color: rgb(9,97,22); }

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

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

 a { background-color: rgb(9,97,22); }

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

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

 span { border-color: rgb(9,97,22); }

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