#125115

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

Shades of Myrtle #125115

Tints of Myrtle #125115

Color information

#125115 (or 0x125115) is unknown color: approx Myrtle. HEX triplet: 12, 51 and 15. RGB value is (18,81,21). Sum of RGB (Red+Green+Blue) = 18+81+21=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 81 (32.03% from 255 or 67.5% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 81 - color contains mainly: green. Hex color #125115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125115 is #EDAEEA. Grayscale: #373737. Windows color (decimal): -15576811 or 1397010. OLE color: 1397010.

HSL color Cylindrical-coordinate representation of color #125115: hue angle of 122.86º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125115 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB188121-
CMYK0.7800.740.68
HSL122.86º63.64%19.41%-
HSV(B)122.86º77.78%31.76%-
XYZ3.336.071.71-
YUV55.32108.63101.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15%
GREEN value IS 81 (32.03% from 255) = 67.5%
BLUE value IS 21 (8.59% from 255) = 17.5%
R=15%
G=67.5%
B=17.5%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1881210.7800.740.68122.8663.6419.41
Hex1251154E04A447b4013
Octal2212125116011210417310023
Binary1001010100011010110011100100101010001001111011100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125115; }

 p { color: rgb(18,81,21); }

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

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

 a { background-color: rgb(18,81,21); }

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

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

 span { border-color: rgb(18,81,21); }

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