#0B6B49

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

Shades of Jewel #0B6B49

Tints of Jewel #0B6B49

Color information

#0B6B49 (or 0x0B6B49) is unknown color: approx Jewel. HEX triplet: 0B, 6B and 49. RGB value is (11,107,73). Sum of RGB (Red+Green+Blue) = 11+107+73=191 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.76% from 191); Green value is 107 (42.19% from 255 or 56.02% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 107 - color contains mainly: green. Hex color #0B6B49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6B49 is #F494B6. Grayscale: #4A4A4A. Windows color (decimal): -16028855 or 4811531. OLE color: 4811531.

HSL color Cylindrical-coordinate representation of color #0B6B49: hue angle of 158.75º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6B49 is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB1110773-
CMYK0.9000.320.58
HSL158.75º81.36%23.14%-
HSV(B)158.75º89.72%41.96%-
XYZ6.611.078.09-
YUV74.42127.282.76-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.76%
GREEN value IS 107 (42.19% from 255) = 56.02%
BLUE value IS 73 (28.91% from 255) = 38.22%
R=5.76%
G=56.02%
B=38.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11107730.9000.320.58158.7581.3623.14
HexB6B495A0203A9f5117
Octal131531111320407223712127
Binary1011110101110010011011010010000011101010011111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B6B49; }

 p { color: rgb(11,107,73); }

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

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

 a { background-color: rgb(11,107,73); }

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

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

 span { border-color: rgb(11,107,73); }

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