#096D1E

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

Shades of Crusoe #096D1E

Tints of Crusoe #096D1E

Color information

#096D1E (or 0x096D1E) is unknown color: approx Crusoe. HEX triplet: 09, 6D and 1E. RGB value is (9,109,30). Sum of RGB (Red+Green+Blue) = 9+109+30=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 109 (42.97% from 255 or 73.65% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 109 - color contains mainly: green. Hex color #096D1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096D1E is #F692E1. Grayscale: #464646. Windows color (decimal): -16159458 or 1993993. OLE color: 1993993.

HSL color Cylindrical-coordinate representation of color #096D1E: hue angle of 132.6º 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 #096D1E is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB910930-
CMYK0.9200.720.57
HSL132.6º84.75%23.14%-
HSV(B)132.6º91.74%42.75%-
XYZ5.8211.093.06-
YUV70.09105.3784.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.08%
GREEN value IS 109 (42.97% from 255) = 73.65%
BLUE value IS 30 (12.11% from 255) = 20.27%
R=6.08%
G=73.65%
B=20.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9109300.9200.720.57132.684.7523.14
Hex96D1E5C04839855517
Octal111553613401107120512527
Binary100111011011111010111000100100011100110000101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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