#0B5006

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

Shades of Myrtle #0B5006

Tints of Myrtle #0B5006

Color information

#0B5006 (or 0x0B5006) is unknown color: approx Myrtle. HEX triplet: 0B, 50 and 06. RGB value is (11,80,6). Sum of RGB (Red+Green+Blue) = 11+80+6=97 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.34% from 97); Green value is 80 (31.64% from 255 or 82.47% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 80 - color contains mainly: green. Hex color #0B5006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5006 is #F4AFF9. Grayscale: #333333. Windows color (decimal): -16035834 or 413707. OLE color: 413707.

HSL color Cylindrical-coordinate representation of color #0B5006: hue angle of 115.95º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B5006 is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB11806-
CMYK0.8600.920.69
HSL115.95º86.05%16.86%-
HSV(B)115.95º92.5%31.37%-
XYZ3.045.821.14-
YUV50.93102.6499.52-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.34%
GREEN value IS 80 (31.64% from 255) = 82.47%
BLUE value IS 6 (2.73% from 255) = 6.19%
R=11.34%
G=82.47%
B=6.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal118060.8600.920.69115.9586.0516.86
HexB5065605C45745611
Octal131206126013410516412621
Binary1011101000011010101100101110010001011110100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,80,6); }

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

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

 a { background-color: rgb(11,80,6); }

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

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

 span { border-color: rgb(11,80,6); }

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