#096D2F

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

Shades of Crusoe #096D2F

Tints of Crusoe #096D2F

Color information

#096D2F (or 0x096D2F) is unknown color: approx Crusoe. HEX triplet: 09, 6D and 2F. RGB value is (9,109,47). Sum of RGB (Red+Green+Blue) = 9+109+47=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 109 (42.97% from 255 or 66.06% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 109 - color contains mainly: green. Hex color #096D2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096D2F is #F692D0. Grayscale: #484848. Windows color (decimal): -16159441 or 3108105. OLE color: 3108105.

HSL color Cylindrical-coordinate representation of color #096D2F: hue angle of 142.8º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096D2F is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB910947-
CMYK0.9200.570.57
HSL142.8º84.75%23.14%-
HSV(B)142.8º91.74%42.75%-
XYZ6.0911.24.53-
YUV72.03113.8783.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.45%
GREEN value IS 109 (42.97% from 255) = 66.06%
BLUE value IS 47 (18.75% from 255) = 28.48%
R=5.45%
G=66.06%
B=28.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9109470.9200.570.57142.884.7523.14
Hex96D2F5C039398f5517
Octal11155571340717121712527
Binary100111011011011111011100011100111100110001111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096D2F; }

 p { color: rgb(9,109,47); }

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

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

 a { background-color: rgb(9,109,47); }

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

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

 span { border-color: rgb(9,109,47); }

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