#096115

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

Shades of Crusoe #096115

Tints of Crusoe #096115

Color information

#096115 (or 0x096115) is unknown color: approx Crusoe. HEX triplet: 09, 61 and 15. RGB value is (9,97,21). Sum of RGB (Red+Green+Blue) = 9+97+21=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 97 (38.28% from 255 or 76.38% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 97 - color contains mainly: green. Hex color #096115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096115 is #F69EEA. Grayscale: #3E3E3E. Windows color (decimal): -16162539 or 1401097. OLE color: 1401097.

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

Color convert

RGB99721-
CMYK0.9100.780.62
HSL128.18º83.02%20.78%-
HSV(B)128.18º90.72%38.04%-
XYZ4.528.662.14-
YUV62.02104.8590.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.09%
GREEN value IS 97 (38.28% from 255) = 76.38%
BLUE value IS 21 (8.59% from 255) = 16.54%
R=7.09%
G=76.38%
B=16.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal997210.9100.780.62128.1883.0220.78
Hex961155B04E3E805315
Octal111412513301167620012325
Binary100111000011010110110110100111011111010000000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096115; }

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

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

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

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

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

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

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

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