#0F5706

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

Shades of Myrtle #0F5706

Tints of Myrtle #0F5706

Color information

#0F5706 (or 0x0F5706) is unknown color: approx Myrtle. HEX triplet: 0F, 57 and 06. RGB value is (15,87,6). Sum of RGB (Red+Green+Blue) = 15+87+6=108 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.89% from 108); Green value is 87 (34.38% from 255 or 80.56% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 87 - color contains mainly: green. Hex color #0F5706 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5706 is #F0A8F9. Grayscale: #383838. Windows color (decimal): -15771898 or 415503. OLE color: 415503.

HSL color Cylindrical-coordinate representation of color #0F5706: hue angle of 113.33º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F5706 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB15876-
CMYK0.8300.930.66
HSL113.33º87.1%18.24%-
HSV(B)113.33º93.1%34.12%-
XYZ3.646.931.32-
YUV56.2499.6598.59-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.89%
GREEN value IS 87 (34.38% from 255) = 80.56%
BLUE value IS 6 (2.73% from 255) = 5.56%
R=13.89%
G=80.56%
B=5.56%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal158760.8300.930.66113.3387.118.24
HexF5765305D42715712
Octal171276123013510216112722
Binary1111101011111010100110101110110000101110001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,87,6); }

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

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

 a { background-color: rgb(15,87,6); }

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

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

 span { border-color: rgb(15,87,6); }

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