#096343

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

Shades of Jewel #096343

Tints of Jewel #096343

Color information

#096343 (or 0x096343) is unknown color: approx Jewel. HEX triplet: 09, 63 and 43. RGB value is (9,99,67). Sum of RGB (Red+Green+Blue) = 9+99+67=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 99 (39.06% from 255 or 56.57% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 99 - color contains mainly: green. Hex color #096343 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096343 is #F69CBC. Grayscale: #444444. Windows color (decimal): -16161981 or 4416265. OLE color: 4416265.

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

Color convert

RGB99967-
CMYK0.9100.320.61
HSL158.67º83.33%21.18%-
HSV(B)158.67º90.91%38.82%-
XYZ5.599.396.83-
YUV68.44127.1885.6-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.14%
GREEN value IS 99 (39.06% from 255) = 56.57%
BLUE value IS 67 (26.56% from 255) = 38.29%
R=5.14%
G=56.57%
B=38.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal999670.9100.320.61158.6783.3321.18
Hex963435B0203D9f5315
Octal111431031330407523712325
Binary1001110001110000111011011010000011110110011111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096343; }

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

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

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

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

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

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

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

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