#125710

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

Shades of Myrtle #125710

Tints of Myrtle #125710

Color information

#125710 (or 0x125710) is unknown color: approx Myrtle. HEX triplet: 12, 57 and 10. RGB value is (18,87,16). Sum of RGB (Red+Green+Blue) = 18+87+16=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 87 (34.38% from 255 or 71.90% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 87 - color contains mainly: green. Hex color #125710 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125710 is #EDA8EF. Grayscale: #3A3A3A. Windows color (decimal): -15575280 or 1070866. OLE color: 1070866.

HSL color Cylindrical-coordinate representation of color #125710: hue angle of 118.31º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #125710 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB188716-
CMYK0.7900.820.66
HSL118.31º68.93%20.2%-
HSV(B)118.31º81.61%34.12%-
XYZ3.756.981.64-
YUV58.27104.1499.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.88%
GREEN value IS 87 (34.38% from 255) = 71.90%
BLUE value IS 16 (6.64% from 255) = 13.22%
R=14.88%
G=71.90%
B=13.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1887160.7900.820.66118.3168.9320.2
Hex1257104F05242764514
Octal2212720117012210216610524
Binary1001010101111000010011110101001010000101110110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125710; }

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

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

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

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

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

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

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

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