#0F4D07

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

Shades of Myrtle #0F4D07

Tints of Myrtle #0F4D07

Color information

#0F4D07 (or 0x0F4D07) is unknown color: approx Myrtle. HEX triplet: 0F, 4D and 07. RGB value is (15,77,7). Sum of RGB (Red+Green+Blue) = 15+77+7=99 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15.15% from 99); Green value is 77 (30.47% from 255 or 77.78% from 99); Blue value is 7 (3.12% from 255 or 7.07% from 99); Max value from RGB is 77 - color contains mainly: green. Hex color #0F4D07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F4D07 is #F0B2F8. Grayscale: #323232. Windows color (decimal): -15774457 or 478479. OLE color: 478479.

HSL color Cylindrical-coordinate representation of color #0F4D07: hue angle of 113.14º 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 #0F4D07 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.70.

Color convert

RGB15777-
CMYK0.8100.910.70
HSL113.14º83.33%16.47%-
HSV(B)113.14º90.91%30.2%-
XYZ2.895.421.1-
YUV50.48103.46102.69-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.15%
GREEN value IS 77 (30.47% from 255) = 77.78%
BLUE value IS 7 (3.12% from 255) = 7.07%
R=15.15%
G=77.78%
B=7.07%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal157770.8100.910.70113.1483.3316.47
HexF4D75105B46715310
Octal171157121013310616112320
Binary1111100110111110100010101101110001101110001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,77,7); }

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

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

 a { background-color: rgb(15,77,7); }

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

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

 span { border-color: rgb(15,77,7); }

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