#0B6C46

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

Shades of Jewel #0B6C46

Tints of Jewel #0B6C46

Color information

#0B6C46 (or 0x0B6C46) is unknown color: approx Jewel. HEX triplet: 0B, 6C and 46. RGB value is (11,108,70). Sum of RGB (Red+Green+Blue) = 11+108+70=189 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.82% from 189); Green value is 108 (42.58% from 255 or 57.14% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 108 - color contains mainly: green. Hex color #0B6C46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6C46 is #F493B9. Grayscale: #4A4A4A. Windows color (decimal): -16028602 or 4615179. OLE color: 4615179.

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

Color convert

RGB1110870-
CMYK0.9000.350.58
HSL156.49º81.51%23.33%-
HSV(B)156.49º89.81%42.35%-
XYZ6.6111.247.62-
YUV74.66125.3682.59-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.82%
GREEN value IS 108 (42.58% from 255) = 57.14%
BLUE value IS 70 (27.73% from 255) = 37.04%
R=5.82%
G=57.14%
B=37.04%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11108700.9000.350.58156.4981.5123.33
HexB6C465A0233A9c5217
Octal131541061320437223412227
Binary1011110110010001101011010010001111101010011100101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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