#0B4706

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

Shades of Myrtle #0B4706

Tints of Myrtle #0B4706

Color information

#0B4706 (or 0x0B4706) is unknown color: approx Myrtle. HEX triplet: 0B, 47 and 06. RGB value is (11,71,6). Sum of RGB (Red+Green+Blue) = 11+71+6=88 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.5% from 88); Green value is 71 (28.12% from 255 or 80.68% from 88); Blue value is 6 (2.73% from 255 or 6.82% from 88); Max value from RGB is 71 - color contains mainly: green. Hex color #0B4706 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4706 is #F4B8F9. Grayscale: #2D2D2D. Windows color (decimal): -16038138 or 411403. OLE color: 411403.

HSL color Cylindrical-coordinate representation of color #0B4706: hue angle of 115.38º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B4706 is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB11716-
CMYK0.8500.920.72
HSL115.38º84.42%15.1%-
HSV(B)115.38º91.55%27.84%-
XYZ2.424.590.93-
YUV45.65105.62103.29-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.5%
GREEN value IS 71 (28.12% from 255) = 80.68%
BLUE value IS 6 (2.73% from 255) = 6.82%
R=12.5%
G=80.68%
B=6.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal117160.8500.920.72115.3884.4215.1
HexB4765505C487354f
Octal131076125013411016312417
Binary101110001111101010101010111001001000111001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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