#096B47

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

Shades of Jewel #096B47

Tints of Jewel #096B47

Color information

#096B47 (or 0x096B47) is unknown color: approx Jewel. HEX triplet: 09, 6B and 47. RGB value is (9,107,71). Sum of RGB (Red+Green+Blue) = 9+107+71=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 107 (42.19% from 255 or 57.22% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 107 - color contains mainly: green. Hex color #096B47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096B47 is #F694B8. Grayscale: #494949. Windows color (decimal): -16159929 or 4680457. OLE color: 4680457.

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

Color convert

RGB910771-
CMYK0.9200.340.58
HSL157.96º84.48%22.75%-
HSV(B)157.96º91.59%41.96%-
XYZ6.5111.037.75-
YUV73.59126.5381.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.81%
GREEN value IS 107 (42.19% from 255) = 57.22%
BLUE value IS 71 (28.12% from 255) = 37.97%
R=4.81%
G=57.22%
B=37.97%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9107710.9200.340.58157.9684.4822.75
Hex96B475C0223A9e5417
Octal111531071340427223612427
Binary1001110101110001111011100010001011101010011110101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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