#0F4612

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

Shades of Myrtle #0F4612

Tints of Myrtle #0F4612

Color information

#0F4612 (or 0x0F4612) is unknown color: approx Myrtle. HEX triplet: 0F, 46 and 12. RGB value is (15,70,18). Sum of RGB (Red+Green+Blue) = 15+70+18=103 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.56% from 103); Green value is 70 (27.73% from 255 or 67.96% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 70 - color contains mainly: green. Hex color #0F4612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4612 is #F0B9ED. Grayscale: #2F2F2F. Windows color (decimal): -15776238 or 1197583. OLE color: 1197583.

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

Color convert

RGB157018-
CMYK0.7900.740.73
HSL123.27º64.71%16.67%-
HSV(B)123.27º78.57%27.45%-
XYZ2.54.531.31-
YUV47.63111.28104.73-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.56%
GREEN value IS 70 (27.73% from 255) = 67.96%
BLUE value IS 18 (7.42% from 255) = 17.48%
R=14.56%
G=67.96%
B=17.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1570180.7900.740.73123.2764.7116.67
HexF46124F04A497b4111
Octal1710622117011211117310121
Binary111110001101001010011110100101010010011111011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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