#096942

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

Shades of Jewel #096942

Tints of Jewel #096942

Color information

#096942 (or 0x096942) is unknown color: approx Jewel. HEX triplet: 09, 69 and 42. RGB value is (9,105,66). Sum of RGB (Red+Green+Blue) = 9+105+66=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 105 (41.41% from 255 or 58.33% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 105 - color contains mainly: green. Hex color #096942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096942 is #F696BD. Grayscale: #474747. Windows color (decimal): -16160446 or 4352265. OLE color: 4352265.

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

Color convert

RGB910566-
CMYK0.9100.370.59
HSL155.62º84.21%22.35%-
HSV(B)155.62º91.43%41.18%-
XYZ6.1510.556.87-
YUV71.85124.783.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5%
GREEN value IS 105 (41.41% from 255) = 58.33%
BLUE value IS 66 (26.17% from 255) = 36.67%
R=5%
G=58.33%
B=36.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9105660.9100.370.59155.6284.2122.35
Hex969425B0253B9c5416
Octal111511021330457323412426
Binary1001110100110000101011011010010111101110011100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096942; }

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

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

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

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

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

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

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

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