#096947

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

Shades of Jewel #096947

Tints of Jewel #096947

Color information

#096947 (or 0x096947) is unknown color: approx Jewel. HEX triplet: 09, 69 and 47. RGB value is (9,105,71). Sum of RGB (Red+Green+Blue) = 9+105+71=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 105 (41.41% from 255 or 56.76% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 105 - color contains mainly: green. Hex color #096947 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096947 is #F696B8. Grayscale: #484848. Windows color (decimal): -16160441 or 4679945. OLE color: 4679945.

HSL color Cylindrical-coordinate representation of color #096947: hue angle of 158.75º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096947 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB910571-
CMYK0.9100.320.59
HSL158.75º84.21%22.35%-
HSV(B)158.75º91.43%41.18%-
XYZ6.310.627.68-
YUV72.42127.282.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.86%
GREEN value IS 105 (41.41% from 255) = 56.76%
BLUE value IS 71 (28.12% from 255) = 38.38%
R=4.86%
G=56.76%
B=38.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9105710.9100.320.59158.7584.2122.35
Hex969475B0203B9f5416
Octal111511071330407323712426
Binary1001110100110001111011011010000011101110011111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096947; }

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

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

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

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

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

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

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

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