#125F10

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

Shades of Myrtle #125F10

Tints of Myrtle #125F10

Color information

#125F10 (or 0x125F10) is unknown color: approx Myrtle. HEX triplet: 12, 5F and 10. RGB value is (18,95,16). Sum of RGB (Red+Green+Blue) = 18+95+16=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 95 (37.5% from 255 or 73.64% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 95 - color contains mainly: green. Hex color #125F10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125F10 is #EDA0EF. Grayscale: #3F3F3F. Windows color (decimal): -15573232 or 1072914. OLE color: 1072914.

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

Color convert

RGB189516-
CMYK0.8100.830.63
HSL118.48º71.17%21.76%-
HSV(B)118.48º83.16%37.25%-
XYZ4.448.351.87-
YUV62.97101.4995.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.95%
GREEN value IS 95 (37.5% from 255) = 73.64%
BLUE value IS 16 (6.64% from 255) = 12.40%
R=13.95%
G=73.64%
B=12.40%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1895160.8100.830.63118.4871.1721.76
Hex125F10510533F764716
Octal221372012101237716610726
Binary100101011111100001010001010100111111111110110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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