#0F5B0A

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

Shades of Myrtle #0F5B0A

Tints of Myrtle #0F5B0A

Color information

#0F5B0A (or 0x0F5B0A) is unknown color: approx Myrtle. HEX triplet: 0F, 5B and 0A. RGB value is (15,91,10). Sum of RGB (Red+Green+Blue) = 15+91+10=116 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.93% from 116); Green value is 91 (35.94% from 255 or 78.45% from 116); Blue value is 10 (4.30% from 255 or 8.62% from 116); Max value from RGB is 91 - color contains mainly: green. Hex color #0F5B0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5B0A is #F0A4F5. Grayscale: #3B3B3B. Windows color (decimal): -15770870 or 678671. OLE color: 678671.

HSL color Cylindrical-coordinate representation of color #0F5B0A: hue angle of 116.3º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F5B0A is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB159110-
CMYK0.8400.890.64
HSL116.3º80.2%19.8%-
HSV(B)116.3º89.01%35.69%-
XYZ3.997.611.54-
YUV59.04100.3296.59-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.93%
GREEN value IS 91 (35.94% from 255) = 78.45%
BLUE value IS 10 (4.30% from 255) = 8.62%
R=12.93%
G=78.45%
B=8.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1591100.8400.890.64116.380.219.8
HexF5BA5405940745014
Octal1713312124013110016412024
Binary11111011011101010101000101100110000001110100101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,91,10); }

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

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

 a { background-color: rgb(15,91,10); }

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

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

 span { border-color: rgb(15,91,10); }

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