#096014

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

Shades of Crusoe #096014

Tints of Crusoe #096014

Color information

#096014 (or 0x096014) is unknown color: approx Crusoe. HEX triplet: 09, 60 and 14. RGB value is (9,96,20). Sum of RGB (Red+Green+Blue) = 9+96+20=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 96 (37.89% from 255 or 76.8% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 96 - color contains mainly: green. Hex color #096014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096014 is #F69FEB. Grayscale: #3D3D3D. Windows color (decimal): -16162796 or 1335305. OLE color: 1335305.

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

Color convert

RGB99620-
CMYK0.9100.790.62
HSL127.59º82.86%20.59%-
HSV(B)127.59º90.62%37.65%-
XYZ4.428.472.06-
YUV61.32104.6890.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.2%
GREEN value IS 96 (37.89% from 255) = 76.8%
BLUE value IS 20 (8.20% from 255) = 16%
R=7.2%
G=76.8%
B=16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal996200.9100.790.62127.5982.8620.59
Hex960145B04F3E805315
Octal111402413301177620012325
Binary100111000001010010110110100111111111010000000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096014; }

 p { color: rgb(9,96,20); }

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

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

 a { background-color: rgb(9,96,20); }

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

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

 span { border-color: rgb(9,96,20); }

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