#0F2706

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

Shades of Myrtle #0F2706

Tints of Myrtle #0F2706

Color information

#0F2706 (or 0x0F2706) is unknown color: approx Myrtle. HEX triplet: 0F, 27 and 06. RGB value is (15,39,6). Sum of RGB (Red+Green+Blue) = 15+39+6=60 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25% from 60); Green value is 39 (15.62% from 255 or 65% from 60); Blue value is 6 (2.73% from 255 or 10% from 60); Max value from RGB is 39 - color contains mainly: green. Hex color #0F2706 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2706 is #F0D8F9. Grayscale: #1C1C1C. Windows color (decimal): -15784186 or 403215. OLE color: 403215.

HSL color Cylindrical-coordinate representation of color #0F2706: hue angle of 103.64º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F2706 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.85.

Color convert

RGB15396-
CMYK0.6200.850.85
HSL103.64º73.33%8.82%-
HSV(B)103.64º84.62%15.29%-
XYZ0.961.570.42-
YUV28.06115.55118.68-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 25%
GREEN value IS 39 (15.62% from 255) = 65%
BLUE value IS 6 (2.73% from 255) = 10%
R=25%
G=65%
B=10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal153960.6200.850.85103.6473.338.82
HexF2763E0555568499
Octal1747676012512515011111
Binary1111100111110111110010101011010101110100010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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