#0F5B0B

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

Shades of Myrtle #0F5B0B

Tints of Myrtle #0F5B0B

Color information

#0F5B0B (or 0x0F5B0B) is unknown color: approx Myrtle. HEX triplet: 0F, 5B and 0B. RGB value is (15,91,11). Sum of RGB (Red+Green+Blue) = 15+91+11=117 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.82% from 117); Green value is 91 (35.94% from 255 or 77.78% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 91 - color contains mainly: green. Hex color #0F5B0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5B0B is #F0A4F4. Grayscale: #3B3B3B. Windows color (decimal): -15770869 or 744207. OLE color: 744207.

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

Color convert

RGB159111-
CMYK0.8400.880.64
HSL117º78.43%20%-
HSV(B)117º87.91%35.69%-
XYZ47.611.57-
YUV59.16100.8296.5-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.82%
GREEN value IS 91 (35.94% from 255) = 77.78%
BLUE value IS 11 (4.69% from 255) = 9.40%
R=12.82%
G=77.78%
B=9.40%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1591110.8400.880.6411778.4320
HexF5BB5405840754e14
Octal1713313124013010016511624
Binary11111011011101110101000101100010000001110101100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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