Html Css Color HEX #0A4709 Myrtle

📋 copy color: '#0A4709'

red 10 ◦ green 71 ◦ blue 9

#0A4709
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #0A4709

Tints of Myrtle #0A4709

RGB

 RED value IS 10 (4.3% from 255) = 11.11%

 GREEN value IS 71 (28.13% from 255) = 78.89%

 BLUE value IS 9 (3.91% from 255) = 10%

R = 11.11%
G = 78.89%
B = 10%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#0A4709 (or 0x0A4709) is known color: 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.77, 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

RGB 10 71 9 -
CMYK 0.86 0 0.87 0.72
HSL 119.03º 0.78% 0.16% -
HSV(B) 119.03º 0.87% 0.28% -
XYZ 2.43 4.59 1.02 -
YUV 45.69 107.29 102.54 -
System Red Green Blue C M Y K H S L
Decimal 10 71 9 0.86 0 0.87 0.72 119.03 0.78 0.16
Hex A 47 9 56 0 57 48 77 4E 10
Octal 12 107 11 126 0 127 110 167 116 20
Binary 1010 1000111 1001 1010110 0 1010111 1001000 1110111 1001110 10000

Color Harmonies of #0A4709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4709

Black with #0A4709

Text Example


Text Example

White with #0A4709

Text Example


Text Example

HTML Codes & Css Web 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>