#0F5D08

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

Shades of Myrtle #0F5D08

Tints of Myrtle #0F5D08

Color information

#0F5D08 (or 0x0F5D08) is unknown color: approx Myrtle. HEX triplet: 0F, 5D and 08. RGB value is (15,93,8). Sum of RGB (Red+Green+Blue) = 15+93+8=116 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.93% from 116); Green value is 93 (36.72% from 255 or 80.17% from 116); Blue value is 8 (3.52% from 255 or 6.90% from 116); Max value from RGB is 93 - color contains mainly: green. Hex color #0F5D08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5D08 is #F0A2F7. Grayscale: #3C3C3C. Windows color (decimal): -15770360 or 548111. OLE color: 548111.

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

Color convert

RGB15938-
CMYK0.8400.910.64
HSL115.06º84.16%19.8%-
HSV(B)115.06º91.4%36.47%-
XYZ4.167.951.54-
YUV59.9998.6695.91-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.93%
GREEN value IS 93 (36.72% from 255) = 80.17%
BLUE value IS 8 (3.52% from 255) = 6.90%
R=12.93%
G=80.17%
B=6.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal159380.8400.910.64115.0684.1619.8
HexF5D85405B40735414
Octal1713510124013310016312424
Binary11111011101100010101000101101110000001110011101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,93,8); }

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

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

 a { background-color: rgb(15,93,8); }

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

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

 span { border-color: rgb(15,93,8); }

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