#0f5012

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

Shades of Myrtle #0F5012

Tints of Myrtle #0F5012

Color information

#0F5012 (or 0x0F5012) is unknown color: approx Myrtle. HEX triplet: 0F, 50 and 12. RGB value is (15,80,18). Sum of RGB (Red+Green+Blue) = 15+80+18=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 80 (31.64% from 255 or 70.80% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 80 - color contains mainly: green. Hex color #0F5012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5012 is #F0AFED. Grayscale: #353535. Windows color (decimal): -15773678 or 1200143. OLE color: 1200143.

HSL color Cylindrical-coordinate representation of color #0F5012: hue angle of 122.77º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F5012 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB158018-
CMYK0.8100.780.69
HSL122.77º68.42%18.63%-
HSV(B)122.77º81.25%31.37%-
XYZ3.175.881.54-
YUV53.5107.97100.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.27%
GREEN value IS 80 (31.64% from 255) = 70.80%
BLUE value IS 18 (7.42% from 255) = 15.93%
R=13.27%
G=70.80%
B=15.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1580180.8100.780.69122.7768.4218.63
HexF50125104E457b4413
Octal1712022121011610517310423
Binary111110100001001010100010100111010001011111011100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f5012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,80,18); }

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

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

 a { background-color: rgb(15,80,18); }

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

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

 span { border-color: rgb(15,80,18); }

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