#125F15

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

Shades of Myrtle #125F15

Tints of Myrtle #125F15

Color information

#125F15 (or 0x125F15) is unknown color: approx Myrtle. HEX triplet: 12, 5F and 15. RGB value is (18,95,21). Sum of RGB (Red+Green+Blue) = 18+95+21=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 95 (37.5% from 255 or 70.90% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 95 - color contains mainly: green. Hex color #125F15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125F15 is #EDA0EA. Grayscale: #3F3F3F. Windows color (decimal): -15573227 or 1400594. OLE color: 1400594.

HSL color Cylindrical-coordinate representation of color #125F15: hue angle of 122.34º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125F15 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB189521-
CMYK0.8100.780.63
HSL122.34º68.14%22.16%-
HSV(B)122.34º81.05%37.25%-
XYZ4.488.372.09-
YUV63.54103.9995.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.43%
GREEN value IS 95 (37.5% from 255) = 70.90%
BLUE value IS 21 (8.59% from 255) = 15.67%
R=13.43%
G=70.90%
B=15.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1895210.8100.780.63122.3468.1422.16
Hex125F155104E3F7a4416
Octal221372512101167717210426
Binary100101011111101011010001010011101111111111010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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