#0F4807

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

Shades of Myrtle #0F4807

Tints of Myrtle #0F4807

Color information

#0F4807 (or 0x0F4807) is unknown color: approx Myrtle. HEX triplet: 0F, 48 and 07. RGB value is (15,72,7). Sum of RGB (Red+Green+Blue) = 15+72+7=94 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.96% from 94); Green value is 72 (28.52% from 255 or 76.60% from 94); Blue value is 7 (3.12% from 255 or 7.45% from 94); Max value from RGB is 72 - color contains mainly: green. Hex color #0F4807 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4807 is #F0B7F8. Grayscale: #2F2F2F. Windows color (decimal): -15775737 or 477199. OLE color: 477199.

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

Color convert

RGB15727-
CMYK0.7900.900.72
HSL112.62º82.28%15.49%-
HSV(B)112.62º90.28%28.24%-
XYZ2.554.750.98-
YUV47.55105.12104.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.96%
GREEN value IS 72 (28.52% from 255) = 76.60%
BLUE value IS 7 (3.12% from 255) = 7.45%
R=15.96%
G=76.60%
B=7.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal157270.7900.900.72112.6282.2815.49
HexF4874F05A487152f
Octal171107117013211016112217
Binary111110010001111001111010110101001000111000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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