#125716

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

Shades of Myrtle #125716

Tints of Myrtle #125716

Color information

#125716 (or 0x125716) is unknown color: approx Myrtle. HEX triplet: 12, 57 and 16. RGB value is (18,87,22). Sum of RGB (Red+Green+Blue) = 18+87+22=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 87 (34.38% from 255 or 68.50% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 87 - color contains mainly: green. Hex color #125716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125716 is #EDA8E9. Grayscale: #3B3B3B. Windows color (decimal): -15575274 or 1464082. OLE color: 1464082.

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

Color convert

RGB188722-
CMYK0.7900.750.66
HSL123.48º65.71%20.59%-
HSV(B)123.48º79.31%34.12%-
XYZ3.871.91-
YUV58.96107.1498.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.17%
GREEN value IS 87 (34.38% from 255) = 68.50%
BLUE value IS 22 (8.98% from 255) = 17.32%
R=14.17%
G=68.50%
B=17.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1887220.7900.750.66123.4865.7120.59
Hex1257164F04B427b4215
Octal2212726117011310217310225
Binary1001010101111011010011110100101110000101111011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125716; }

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

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

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

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

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

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

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

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