#096844

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

Shades of Jewel #096844

Tints of Jewel #096844

Color information

#096844 (or 0x096844) is unknown color: approx Jewel. HEX triplet: 09, 68 and 44. RGB value is (9,104,68). Sum of RGB (Red+Green+Blue) = 9+104+68=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 104 (41.02% from 255 or 57.46% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 104 - color contains mainly: green. Hex color #096844 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096844 is #F697BB. Grayscale: #474747. Windows color (decimal): -16160700 or 4483081. OLE color: 4483081.

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

Color convert

RGB910468-
CMYK0.9100.350.59
HSL157.26º84.07%22.16%-
HSV(B)157.26º91.35%40.78%-
XYZ6.1110.387.15-
YUV71.49126.0383.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.97%
GREEN value IS 104 (41.02% from 255) = 57.46%
BLUE value IS 68 (26.95% from 255) = 37.57%
R=4.97%
G=57.46%
B=37.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9104680.9100.350.59157.2684.0722.16
Hex968445B0233B9d5416
Octal111501041330437323512426
Binary1001110100010001001011011010001111101110011101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096844; }

 p { color: rgb(9,104,68); }

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

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

 a { background-color: rgb(9,104,68); }

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

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

 span { border-color: rgb(9,104,68); }

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