Html Css Color HEX #0A470E Myrtle

📋 copy color: '#0A470E'

red 10 ◦ green 71 ◦ blue 14

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

Shades of Myrtle #0A470E

Tints of Myrtle #0A470E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 14.74%

R = 10.53%
G = 74.74%
B = 14.74%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.72

RGB Variations

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

Color information

#0A470E (or 0x0A470E) is known color: Myrtle. HEX triplet: 0A, 47 and 0E. RGB value is (10,71,14). Sum of RGB (Red+Green+Blue) = 10+71+14=95 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.53% from 95); Green value is 71 (28.12% from 255 or 74.74% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 71 - color contains mainly: green. Hex color #0A470E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A470E is #F5B8F1. Grayscale: #2E2E2E. Windows color (decimal): -16103666 or 935690. OLE color: 935690.

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

Color convert

RGB 10 71 14 -
CMYK 0.86 0 0.80 0.72
HSL 123.93º 0.75% 0.16% -
HSV(B) 123.93º 0.86% 0.28% -
XYZ 2.46 4.6 1.17 -
YUV 46.26 109.79 102.13 -
System Red Green Blue C M Y K H S L
Decimal 10 71 14 0.86 0 0.80 0.72 123.93 0.75 0.16
Hex A 47 E 56 0 50 48 7C 4B 10
Octal 12 107 16 126 0 120 110 174 113 20
Binary 1010 1000111 1110 1010110 0 1010000 1001000 1111100 1001011 10000

Color Harmonies of #0A470E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A470E

Black with #0A470E

Text Example


Text Example

White with #0A470E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A470E;
 }
 .AnyTagClassName
 {
   color: #0A470E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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