#125011

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

Shades of Myrtle #125011

Tints of Myrtle #125011

Color information

#125011 (or 0x125011) is unknown color: approx Myrtle. HEX triplet: 12, 50 and 11. RGB value is (18,80,17). Sum of RGB (Red+Green+Blue) = 18+80+17=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 80 (31.64% from 255 or 69.57% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 80 - color contains mainly: green. Hex color #125011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125011 is #EDAFEE. Grayscale: #363636. Windows color (decimal): -15577071 or 1134610. OLE color: 1134610.

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

Color convert

RGB188017-
CMYK0.7800.790.69
HSL119.05º64.95%19.02%-
HSV(B)119.05º78.75%31.37%-
XYZ3.225.911.5-
YUV54.28106.96102.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.65%
GREEN value IS 80 (31.64% from 255) = 69.57%
BLUE value IS 17 (7.03% from 255) = 14.78%
R=15.65%
G=69.57%
B=14.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1880170.7800.790.69119.0564.9519.02
Hex1250114E04F45774113
Octal2212021116011710516710123
Binary1001010100001000110011100100111110001011110111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125011; }

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

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

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

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

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

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

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

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