#096347

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

Shades of Jewel #096347

Tints of Jewel #096347

Color information

#096347 (or 0x096347) is unknown color: approx Jewel. HEX triplet: 09, 63 and 47. RGB value is (9,99,71). Sum of RGB (Red+Green+Blue) = 9+99+71=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 99 (39.06% from 255 or 55.31% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 99 - color contains mainly: green. Hex color #096347 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096347 is #F69CB8. Grayscale: #444444. Windows color (decimal): -16161977 or 4678409. OLE color: 4678409.

HSL color Cylindrical-coordinate representation of color #096347: hue angle of 161.33º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096347 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB99971-
CMYK0.9100.280.61
HSL161.33º83.33%21.18%-
HSV(B)161.33º90.91%38.82%-
XYZ5.719.447.48-
YUV68.9129.1885.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.03%
GREEN value IS 99 (39.06% from 255) = 55.31%
BLUE value IS 71 (28.12% from 255) = 39.66%
R=5.03%
G=55.31%
B=39.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal999710.9100.280.61161.3383.3321.18
Hex963475B01C3Da15315
Octal111431071330347524112325
Binary100111000111000111101101101110011110110100001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096347; }

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

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

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

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

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

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

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

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