Html Css Color HEX #0A520F Myrtle

📋 copy color: '#0A520F'

red 10 ◦ green 82 ◦ blue 15

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

Shades of Myrtle #0A520F

Tints of Myrtle #0A520F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.02%

R = 9.35%
G = 76.64%
B = 14.02%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#0A520F (or 0x0A520F) is known color: Myrtle. HEX triplet: 0A, 52 and 0F. RGB value is (10,82,15). Sum of RGB (Red+Green+Blue) = 10+82+15=107 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.35% from 107); Green value is 82 (32.42% from 255 or 76.64% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 82 - color contains mainly: green. Hex color #0A520F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A520F is #F5ADF0. Grayscale: #353535. Windows color (decimal): -16100849 or 1004042. OLE color: 1004042.

HSL color Cylindrical-coordinate representation of color #0A520F: hue angle of 124.17º 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 #0A520F is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB 10 82 15 -
CMYK 0.88 0 0.82 0.68
HSL 124.17º 0.78% 0.18% -
HSV(B) 124.17º 0.88% 0.32% -
XYZ 3.23 6.13 1.47 -
YUV 52.83 106.65 97.45 -
System Red Green Blue C M Y K H S L
Decimal 10 82 15 0.88 0 0.82 0.68 124.17 0.78 0.18
Hex A 52 F 58 0 52 44 7C 4E 12
Octal 12 122 17 130 0 122 104 174 116 22
Binary 1010 1010010 1111 1011000 0 1010010 1000100 1111100 1001110 10010

Color Harmonies of #0A520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A520F

Black with #0A520F

Text Example


Text Example

White with #0A520F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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