#096647

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

Shades of Jewel #096647

Tints of Jewel #096647

Color information

#096647 (or 0x096647) is unknown color: approx Jewel. HEX triplet: 09, 66 and 47. RGB value is (9,102,71). Sum of RGB (Red+Green+Blue) = 9+102+71=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 102 (40.23% from 255 or 56.04% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 102 - color contains mainly: green. Hex color #096647 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096647 is #F699B8. Grayscale: #464646. Windows color (decimal): -16161209 or 4679177. OLE color: 4679177.

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

Color convert

RGB910271-
CMYK0.9100.300.6
HSL160º83.78%21.76%-
HSV(B)160º91.18%40%-
XYZ610.027.58-
YUV70.66128.1984.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.95%
GREEN value IS 102 (40.23% from 255) = 56.04%
BLUE value IS 71 (28.12% from 255) = 39.01%
R=4.95%
G=56.04%
B=39.01%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9102710.9100.300.616083.7821.76
Hex966475B01E3Ca05416
Octal111461071330367424012426
Binary100111001101000111101101101111011110010100000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096647; }

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

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

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

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

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

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

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

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