Html Css Color HEX #0A5613 Myrtle

📋 copy color: '#0A5613'

red 10 ◦ green 86 ◦ blue 19

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

Shades of Myrtle #0A5613

Tints of Myrtle #0A5613

RGB

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

 GREEN value IS 86 (33.98% from 255) = 74.78%

 BLUE value IS 19 (7.81% from 255) = 16.52%

R = 8.7%
G = 74.78%
B = 16.52%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#0A5613 (or 0x0A5613) is known color: Myrtle. HEX triplet: 0A, 56 and 13. RGB value is (10,86,19). Sum of RGB (Red+Green+Blue) = 10+86+19=115 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.70% from 115); Green value is 86 (33.98% from 255 or 74.78% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 86 - color contains mainly: green. Hex color #0A5613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5613 is #F5A9EC. Grayscale: #373737. Windows color (decimal): -16099821 or 1267210. OLE color: 1267210.

HSL color Cylindrical-coordinate representation of color #0A5613: hue angle of 127.11º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5613 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 10 86 19 -
CMYK 0.88 0 0.78 0.66
HSL 127.11º 0.79% 0.19% -
HSV(B) 127.11º 0.88% 0.34% -
XYZ 3.57 6.77 1.73 -
YUV 55.64 107.32 95.45 -
System Red Green Blue C M Y K H S L
Decimal 10 86 19 0.88 0 0.78 0.66 127.11 0.79 0.19
Hex A 56 13 58 0 4E 42 7F 4F 13
Octal 12 126 23 130 0 116 102 177 117 23
Binary 1010 1010110 10011 1011000 0 1001110 1000010 1111111 1001111 10011

Color Harmonies of #0A5613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5613

Black with #0A5613

Text Example


Text Example

White with #0A5613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,86,19); }

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

background-color css

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

 a { background-color: rgb(10,86,19); }

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

border-color css

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

 span { border-color: rgb(10,86,19); }

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