#096B2E

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

Shades of Crusoe #096B2E

Tints of Crusoe #096B2E

Color information

#096B2E (or 0x096B2E) is unknown color: approx Crusoe. HEX triplet: 09, 6B and 2E. RGB value is (9,107,46). Sum of RGB (Red+Green+Blue) = 9+107+46=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 107 (42.19% from 255 or 66.05% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 107 - color contains mainly: green. Hex color #096B2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096B2E is #F694D1. Grayscale: #464646. Windows color (decimal): -16159954 or 3042057. OLE color: 3042057.

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

Color convert

RGB910746-
CMYK0.9200.570.58
HSL142.65º84.48%22.75%-
HSV(B)142.65º91.59%41.96%-
XYZ5.8610.774.35-
YUV70.74114.0383.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.56%
GREEN value IS 107 (42.19% from 255) = 66.05%
BLUE value IS 46 (18.36% from 255) = 28.40%
R=5.56%
G=66.05%
B=28.40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9107460.9200.570.58142.6584.4822.75
Hex96B2E5C0393A8f5417
Octal11153561340717221712427
Binary100111010111011101011100011100111101010001111101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,107,46); }

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

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

 a { background-color: rgb(9,107,46); }

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

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

 span { border-color: rgb(9,107,46); }

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