#0F4714

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

Shades of Myrtle #0F4714

Tints of Myrtle #0F4714

Color information

#0F4714 (or 0x0F4714) is unknown color: approx Myrtle. HEX triplet: 0F, 47 and 14. RGB value is (15,71,20). Sum of RGB (Red+Green+Blue) = 15+71+20=106 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.15% from 106); Green value is 71 (28.12% from 255 or 66.98% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 71 - color contains mainly: green. Hex color #0F4714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4714 is #F0B8EB. Grayscale: #303030. Windows color (decimal): -15775980 or 1328911. OLE color: 1328911.

HSL color Cylindrical-coordinate representation of color #0F4714: hue angle of 125.36º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F4714 is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB157120-
CMYK0.7900.720.72
HSL125.36º65.12%16.86%-
HSV(B)125.36º78.87%27.84%-
XYZ2.584.661.43-
YUV48.44111.95104.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.15%
GREEN value IS 71 (28.12% from 255) = 66.98%
BLUE value IS 20 (8.20% from 255) = 18.87%
R=14.15%
G=66.98%
B=18.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1571200.7900.720.72125.3665.1216.86
HexF47144F048487d4111
Octal1710724117011011017510121
Binary111110001111010010011110100100010010001111101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,71,20); }

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

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

 a { background-color: rgb(15,71,20); }

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

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

 span { border-color: rgb(15,71,20); }

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