Html Css Color HEX #0A520E Myrtle

📋 copy color: '#0A520E'

red 10 ◦ green 82 ◦ blue 14

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

Shades of Myrtle #0A520E

Tints of Myrtle #0A520E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 77.36%

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

R = 9.43%
G = 77.36%
B = 13.21%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#0A520E (or 0x0A520E) is known color: Myrtle. HEX triplet: 0A, 52 and 0E. RGB value is (10,82,14). Sum of RGB (Red+Green+Blue) = 10+82+14=106 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.43% from 106); Green value is 82 (32.42% from 255 or 77.36% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 82 - color contains mainly: green. Hex color #0A520E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A520E is #F5ADF1. Grayscale: #343434. Windows color (decimal): -16100850 or 938506. OLE color: 938506.

HSL color Cylindrical-coordinate representation of color #0A520E: hue angle of 123.33º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A520E is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB 10 82 14 -
CMYK 0.88 0 0.83 0.68
HSL 123.33º 0.78% 0.18% -
HSV(B) 123.33º 0.88% 0.32% -
XYZ 3.22 6.13 1.43 -
YUV 52.72 106.15 97.53 -
System Red Green Blue C M Y K H S L
Decimal 10 82 14 0.88 0 0.83 0.68 123.33 0.78 0.18
Hex A 52 E 58 0 53 44 7B 4E 12
Octal 12 122 16 130 0 123 104 173 116 22
Binary 1010 1010010 1110 1011000 0 1010011 1000100 1111011 1001110 10010

Color Harmonies of #0A520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A520E

Black with #0A520E

Text Example


Text Example

White with #0A520E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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