#125A13

Color #125A13 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #125A13

Tints of Myrtle #125A13

Color information

#125A13 (or 0x125A13) is unknown color: approx Myrtle. HEX triplet: 12, 5A and 13. RGB value is (18,90,19). Sum of RGB (Red+Green+Blue) = 18+90+19=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 90 (35.55% from 255 or 70.87% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 90 - color contains mainly: green. Hex color #125A13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125A13 is #EDA5EC. Grayscale: #3C3C3C. Windows color (decimal): -15574509 or 1268242. OLE color: 1268242.

HSL color Cylindrical-coordinate representation of color #125A13: hue angle of 120.83º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125A13 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB189019-
CMYK0.8000.790.65
HSL120.83º66.67%21.18%-
HSV(B)120.83º80%35.29%-
XYZ4.027.491.85-
YUV60.38104.6597.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.17%
GREEN value IS 90 (35.55% from 255) = 70.87%
BLUE value IS 19 (7.81% from 255) = 14.96%
R=14.17%
G=70.87%
B=14.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1890190.8000.790.65120.8366.6721.18
Hex125A135004F41794315
Octal2213223120011710117110325
Binary1001010110101001110100000100111110000011111001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125A13; }

 p { color: rgb(18,90,19); }

 H1.HeaderClassName
 {
   color: #125A13;
 }
 .AnyTagClassName
 {
   color: #125A13;
 }
</style>
background-color css

<style>
 a { background-color: #125A13; }

 a { background-color: rgb(18,90,19); }

 div.DivClassName
 {
   background-color: #125A13;
 }
 .BgClassName
 {
   background-color: #125A13;
 }
</style>
border-color css

<style>
 span { border-color: #125A13; }

 span { border-color: rgb(18,90,19); }

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