#096840

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

Shades of Jewel #096840

Tints of Jewel #096840

Color information

#096840 (or 0x096840) is unknown color: approx Jewel. HEX triplet: 09, 68 and 40. RGB value is (9,104,64). Sum of RGB (Red+Green+Blue) = 9+104+64=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 104 (41.02% from 255 or 58.76% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 104 - color contains mainly: green. Hex color #096840 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096840 is #F697BF. Grayscale: #474747. Windows color (decimal): -16160704 or 4220937. OLE color: 4220937.

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

Color convert

RGB910464-
CMYK0.9100.380.59
HSL154.74º84.07%22.16%-
HSV(B)154.74º91.35%40.78%-
XYZ5.9910.336.53-
YUV71.04124.0383.75-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.08%
GREEN value IS 104 (41.02% from 255) = 58.76%
BLUE value IS 64 (25.39% from 255) = 36.16%
R=5.08%
G=58.76%
B=36.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9104640.9100.380.59154.7484.0722.16
Hex968405B0263B9b5416
Octal111501001330467323312426
Binary1001110100010000001011011010011011101110011011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096840; }

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

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

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

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

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

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

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

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