#0F4C07

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

Shades of Myrtle #0F4C07

Tints of Myrtle #0F4C07

Color information

#0F4C07 (or 0x0F4C07) is unknown color: approx Myrtle. HEX triplet: 0F, 4C and 07. RGB value is (15,76,7). Sum of RGB (Red+Green+Blue) = 15+76+7=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 76 (30.08% from 255 or 77.55% from 98); Blue value is 7 (3.12% from 255 or 7.14% from 98); Max value from RGB is 76 - color contains mainly: green. Hex color #0F4C07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4C07 is #F0B3F8. Grayscale: #323232. Windows color (decimal): -15774713 or 478223. OLE color: 478223.

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

Color convert

RGB15767-
CMYK0.8000.910.70
HSL113.04º83.13%16.27%-
HSV(B)113.04º90.79%29.8%-
XYZ2.825.291.07-
YUV49.9103.79103.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.31%
GREEN value IS 76 (30.08% from 255) = 77.55%
BLUE value IS 7 (3.12% from 255) = 7.14%
R=15.31%
G=77.55%
B=7.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal157670.8000.910.70113.0483.1316.27
HexF4C75005B46715310
Octal171147120013310616112320
Binary1111100110011110100000101101110001101110001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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