#0F6015

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

Shades of Myrtle #0F6015

Tints of Myrtle #0F6015

Color information

#0F6015 (or 0x0F6015) is unknown color: approx Myrtle. HEX triplet: 0F, 60 and 15. RGB value is (15,96,21). Sum of RGB (Red+Green+Blue) = 15+96+21=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 96 (37.89% from 255 or 72.73% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 96 - color contains mainly: green. Hex color #0F6015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6015 is #F09FEA. Grayscale: #3F3F3F. Windows color (decimal): -15769579 or 1400847. OLE color: 1400847.

HSL color Cylindrical-coordinate representation of color #0F6015: hue angle of 124.44º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F6015 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB159621-
CMYK0.8400.780.62
HSL124.44º72.97%21.76%-
HSV(B)124.44º84.38%37.65%-
XYZ4.528.522.12-
YUV63.23104.1693.6-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.36%
GREEN value IS 96 (37.89% from 255) = 72.73%
BLUE value IS 21 (8.59% from 255) = 15.91%
R=11.36%
G=72.73%
B=15.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1596210.8400.780.62124.4472.9721.76
HexF60155404E3E7c4916
Octal171402512401167617411126
Binary11111100000101011010100010011101111101111100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,96,21); }

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

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

 a { background-color: rgb(15,96,21); }

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

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

 span { border-color: rgb(15,96,21); }

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