Html Css Color HEX #0A470B Myrtle

📋 copy color: '#0A470B'

red 10 ◦ green 71 ◦ blue 11

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

Shades of Myrtle #0A470B

Tints of Myrtle #0A470B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 11.96%

R = 10.87%
G = 77.17%
B = 11.96%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#0A470B (or 0x0A470B) is known color: Myrtle. HEX triplet: 0A, 47 and 0B. RGB value is (10,71,11). Sum of RGB (Red+Green+Blue) = 10+71+11=92 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.87% from 92); Green value is 71 (28.12% from 255 or 77.17% from 92); Blue value is 11 (4.69% from 255 or 11.96% from 92); Max value from RGB is 71 - color contains mainly: green. Hex color #0A470B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A470B is #F5B8F4. Grayscale: #2E2E2E. Windows color (decimal): -16103669 or 739082. OLE color: 739082.

HSL color Cylindrical-coordinate representation of color #0A470B: hue angle of 120.98º 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 #0A470B is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB 10 71 11 -
CMYK 0.86 0 0.85 0.72
HSL 120.98º 0.75% 0.16% -
HSV(B) 120.98º 0.86% 0.28% -
XYZ 2.44 4.6 1.08 -
YUV 45.92 108.29 102.38 -
System Red Green Blue C M Y K H S L
Decimal 10 71 11 0.86 0 0.85 0.72 120.98 0.75 0.16
Hex A 47 B 56 0 55 48 79 4B 10
Octal 12 107 13 126 0 125 110 171 113 20
Binary 1010 1000111 1011 1010110 0 1010101 1001000 1111001 1001011 10000

Color Harmonies of #0A470B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A470B

Black with #0A470B

Text Example


Text Example

White with #0A470B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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