Html Css Color HEX #0A570A Myrtle

📋 copy color: '#0A570A'

red 10 ◦ green 87 ◦ blue 10

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

Shades of Myrtle #0A570A

Tints of Myrtle #0A570A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 81.31%

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

R = 9.35%
G = 81.31%
B = 9.35%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.89

 K value IS 0.66

RGB Variations

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

Color information

#0A570A (or 0x0A570A) is known color: Myrtle. HEX triplet: 0A, 57 and 0A. RGB value is (10,87,10). Sum of RGB (Red+Green+Blue) = 10+87+10=107 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.35% from 107); Green value is 87 (34.38% from 255 or 81.31% from 107); Blue value is 10 (4.30% from 255 or 9.35% from 107); Max value from RGB is 87 - color contains mainly: green. Hex color #0A570A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A570A is #F5A8F5. Grayscale: #373737. Windows color (decimal): -16099574 or 677642. OLE color: 677642.

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

Color convert

RGB 10 87 10 -
CMYK 0.89 0 0.89 0.66
HSL 120º 0.79% 0.19% -
HSV(B) 120º 0.89% 0.34% -
XYZ 3.59 6.9 1.43 -
YUV 55.2 102.49 95.76 -
System Red Green Blue C M Y K H S L
Decimal 10 87 10 0.89 0 0.89 0.66 120 0.79 0.19
Hex A 57 A 59 0 59 42 78 4F 13
Octal 12 127 12 131 0 131 102 170 117 23
Binary 1010 1010111 1010 1011001 0 1011001 1000010 1111000 1001111 10011

Color Harmonies of #0A570A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A570A

Black with #0A570A

Text Example


Text Example

White with #0A570A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,87,10); }

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

background-color css

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

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

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

border-color css

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

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

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