#0B4607

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

Shades of Myrtle #0B4607

Tints of Myrtle #0B4607

Color information

#0B4607 (or 0x0B4607) is unknown color: approx Myrtle. HEX triplet: 0B, 46 and 07. RGB value is (11,70,7). Sum of RGB (Red+Green+Blue) = 11+70+7=88 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.5% from 88); Green value is 70 (27.73% from 255 or 79.55% from 88); Blue value is 7 (3.12% from 255 or 7.95% from 88); Max value from RGB is 70 - color contains mainly: green. Hex color #0B4607 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4607 is #F4B9F8. Grayscale: #2D2D2D. Windows color (decimal): -16038393 or 476683. OLE color: 476683.

HSL color Cylindrical-coordinate representation of color #0B4607: hue angle of 116.19º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B4607 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB11707-
CMYK0.8400.900.73
HSL116.19º81.82%15.1%-
HSV(B)116.19º90%27.45%-
XYZ2.374.470.94-
YUV45.18106.45103.62-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.5%
GREEN value IS 70 (27.73% from 255) = 79.55%
BLUE value IS 7 (3.12% from 255) = 7.95%
R=12.5%
G=79.55%
B=7.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal117070.8400.900.73116.1981.8215.1
HexB4675405A497452f
Octal131067124013211116412217
Binary101110001101111010100010110101001001111010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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