#125014

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

Shades of Myrtle #125014

Tints of Myrtle #125014

Color information

#125014 (or 0x125014) is unknown color: approx Myrtle. HEX triplet: 12, 50 and 14. RGB value is (18,80,20). Sum of RGB (Red+Green+Blue) = 18+80+20=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 80 (31.64% from 255 or 67.80% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 80 - color contains mainly: green. Hex color #125014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125014 is #EDAFEB. Grayscale: #363636. Windows color (decimal): -15577068 or 1331218. OLE color: 1331218.

HSL color Cylindrical-coordinate representation of color #125014: hue angle of 121.94º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #125014 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB188020-
CMYK0.7800.750.69
HSL121.94º63.27%19.22%-
HSV(B)121.94º77.5%31.37%-
XYZ3.245.921.63-
YUV54.62108.46101.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.25%
GREEN value IS 80 (31.64% from 255) = 67.80%
BLUE value IS 20 (8.20% from 255) = 16.95%
R=15.25%
G=67.80%
B=16.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1880200.7800.750.69121.9463.2719.22
Hex1250144E04B457a3f13
Octal221202411601131051727723
Binary100101010000101001001110010010111000101111101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125014; }

 p { color: rgb(18,80,20); }

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

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

 a { background-color: rgb(18,80,20); }

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

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

 span { border-color: rgb(18,80,20); }

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