#096841

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

Shades of Jewel #096841

Tints of Jewel #096841

Color information

#096841 (or 0x096841) is unknown color: approx Jewel. HEX triplet: 09, 68 and 41. RGB value is (9,104,65). Sum of RGB (Red+Green+Blue) = 9+104+65=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 104 (41.02% from 255 or 58.43% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 104 - color contains mainly: green. Hex color #096841 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096841 is #F697BE. Grayscale: #474747. Windows color (decimal): -16160703 or 4286473. OLE color: 4286473.

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

Color convert

RGB910465-
CMYK0.9100.380.59
HSL155.37º84.07%22.16%-
HSV(B)155.37º91.35%40.78%-
XYZ6.0210.346.68-
YUV71.15124.5383.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.06%
GREEN value IS 104 (41.02% from 255) = 58.43%
BLUE value IS 65 (25.78% from 255) = 36.52%
R=5.06%
G=58.43%
B=36.52%

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
Decimal9104650.9100.380.59155.3784.0722.16
Hex968415B0263B9b5416
Octal111501011330467323312426
Binary1001110100010000011011011010011011101110011011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096841; }

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

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

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

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

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

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

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

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