#0A4709

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

Shades of Myrtle #0A4709

Tints of Myrtle #0A4709

Color information

#0A4709 (or 0x0A4709) is unknown color: approx Myrtle. HEX triplet: 0A, 47 and 09. RGB value is (10,71,9). Sum of RGB (Red+Green+Blue) = 10+71+9=90 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.11% from 90); Green value is 71 (28.12% from 255 or 78.89% from 90); Blue value is 9 (3.91% from 255 or 10% from 90); Max value from RGB is 71 - color contains mainly: green. Hex color #0A4709 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4709 is #F5B8F6. Grayscale: #2D2D2D. Windows color (decimal): -16103671 or 608010. OLE color: 608010.

HSL color Cylindrical-coordinate representation of color #0A4709: hue angle of 119.03º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A4709 is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.72.

Color convert

RGB10719-
CMYK0.8600.870.72
HSL119.03º77.5%15.69%-
HSV(B)119.03º87.32%27.84%-
XYZ2.434.591.02-
YUV45.69107.29102.54-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.11%
GREEN value IS 71 (28.12% from 255) = 78.89%
BLUE value IS 9 (3.91% from 255) = 10%
R=11.11%
G=78.89%
B=10%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal107190.8600.870.72119.0377.515.69
HexA4795605748774e10
Octal1210711126012711016711620
Binary10101000111100110101100101011110010001110111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,71,9); }

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

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

 a { background-color: rgb(10,71,9); }

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

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

 span { border-color: rgb(10,71,9); }

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