#096D3B

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

Shades of Jewel #096D3B

Tints of Jewel #096D3B

Color information

#096D3B (or 0x096D3B) is unknown color: approx Jewel. HEX triplet: 09, 6D and 3B. RGB value is (9,109,59). Sum of RGB (Red+Green+Blue) = 9+109+59=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 109 (42.97% from 255 or 61.58% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 109 - color contains mainly: green. Hex color #096D3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096D3B is #F692C4. Grayscale: #494949. Windows color (decimal): -16159429 or 3894537. OLE color: 3894537.

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

Color convert

RGB910959-
CMYK0.9200.460.57
HSL150º84.75%23.14%-
HSV(B)150º91.74%42.75%-
XYZ6.3711.315.99-
YUV73.4119.8782.07-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.08%
GREEN value IS 109 (42.97% from 255) = 61.58%
BLUE value IS 59 (23.44% from 255) = 33.33%
R=5.08%
G=61.58%
B=33.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9109590.9200.460.5715084.7523.14
Hex96D3B5C02E39965517
Octal11155731340567122612527
Binary100111011011110111011100010111011100110010110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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