#0F4B07

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

Shades of Myrtle #0F4B07

Tints of Myrtle #0F4B07

Color information

#0F4B07 (or 0x0F4B07) is unknown color: approx Myrtle. HEX triplet: 0F, 4B and 07. RGB value is (15,75,7). Sum of RGB (Red+Green+Blue) = 15+75+7=97 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.46% from 97); Green value is 75 (29.69% from 255 or 77.32% from 97); Blue value is 7 (3.12% from 255 or 7.22% from 97); Max value from RGB is 75 - color contains mainly: green. Hex color #0F4B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4B07 is #F0B4F8. Grayscale: #313131. Windows color (decimal): -15774969 or 477967. OLE color: 477967.

HSL color Cylindrical-coordinate representation of color #0F4B07: hue angle of 112.94º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F4B07 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.71.

Color convert

RGB15757-
CMYK0.8000.910.71
HSL112.94º82.93%16.08%-
HSV(B)112.94º90.67%29.41%-
XYZ2.755.151.05-
YUV49.31104.12103.53-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.46%
GREEN value IS 75 (29.69% from 255) = 77.32%
BLUE value IS 7 (3.12% from 255) = 7.22%
R=15.46%
G=77.32%
B=7.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal157570.8000.910.71112.9482.9316.08
HexF4B75005B47715310
Octal171137120013310716112320
Binary1111100101111110100000101101110001111110001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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