#0B6C49

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

Shades of Jewel #0B6C49

Tints of Jewel #0B6C49

Color information

#0B6C49 (or 0x0B6C49) is unknown color: approx Jewel. HEX triplet: 0B, 6C and 49. RGB value is (11,108,73). Sum of RGB (Red+Green+Blue) = 11+108+73=192 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.73% from 192); Green value is 108 (42.58% from 255 or 56.25% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 108 - color contains mainly: green. Hex color #0B6C49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6C49 is #F493B6. Grayscale: #4B4B4B. Windows color (decimal): -16028599 or 4811787. OLE color: 4811787.

HSL color Cylindrical-coordinate representation of color #0B6C49: hue angle of 158.35º degrees, saturation: 0.82, 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 #0B6C49 is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB1110873-
CMYK0.9000.320.58
HSL158.35º81.51%23.33%-
HSV(B)158.35º89.81%42.35%-
XYZ6.711.288.13-
YUV75.01126.8682.35-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.73%
GREEN value IS 108 (42.58% from 255) = 56.25%
BLUE value IS 73 (28.91% from 255) = 38.02%
R=5.73%
G=56.25%
B=38.02%

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
Decimal11108730.9000.320.58158.3581.5123.33
HexB6C495A0203A9e5217
Octal131541111320407223612227
Binary1011110110010010011011010010000011101010011110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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