#0B4C07

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

Shades of Myrtle #0B4C07

Tints of Myrtle #0B4C07

Color information

#0B4C07 (or 0x0B4C07) is unknown color: approx Myrtle. HEX triplet: 0B, 4C and 07. RGB value is (11,76,7). Sum of RGB (Red+Green+Blue) = 11+76+7=94 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.70% from 94); Green value is 76 (30.08% from 255 or 80.85% from 94); Blue value is 7 (3.12% from 255 or 7.45% from 94); Max value from RGB is 76 - color contains mainly: green. Hex color #0B4C07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4C07 is #F4B3F8. Grayscale: #303030. Windows color (decimal): -16036857 or 478219. OLE color: 478219.

HSL color Cylindrical-coordinate representation of color #0B4C07: hue angle of 116.52º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B4C07 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.70.

Color convert

RGB11767-
CMYK0.8600.910.70
HSL116.52º83.13%16.27%-
HSV(B)116.52º90.79%29.8%-
XYZ2.765.261.07-
YUV48.7104.47101.11-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.70%
GREEN value IS 76 (30.08% from 255) = 80.85%
BLUE value IS 7 (3.12% from 255) = 7.45%
R=11.70%
G=80.85%
B=7.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal117670.8600.910.70116.5283.1316.27
HexB4C75605B46755310
Octal131147126013310616512320
Binary1011100110011110101100101101110001101110101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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