#096646

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

Shades of Jewel #096646

Tints of Jewel #096646

Color information

#096646 (or 0x096646) is unknown color: approx Jewel. HEX triplet: 09, 66 and 46. RGB value is (9,102,70). Sum of RGB (Red+Green+Blue) = 9+102+70=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 102 (40.23% from 255 or 56.35% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 102 - color contains mainly: green. Hex color #096646 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096646 is #F699B9. Grayscale: #464646. Windows color (decimal): -16161210 or 4613641. OLE color: 4613641.

HSL color Cylindrical-coordinate representation of color #096646: hue angle of 159.35º 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 #096646 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB910270-
CMYK0.9100.310.6
HSL159.35º83.78%21.76%-
HSV(B)159.35º91.18%40%-
XYZ5.97107.41-
YUV70.54127.6984.1-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.97%
GREEN value IS 102 (40.23% from 255) = 56.35%
BLUE value IS 70 (27.73% from 255) = 38.67%
R=4.97%
G=56.35%
B=38.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9102700.9100.310.6159.3583.7821.76
Hex966465B01F3C9f5416
Octal111461061330377423712426
Binary100111001101000110101101101111111110010011111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096646; }

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

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

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

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

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

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

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

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