#125712

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

Shades of Myrtle #125712

Tints of Myrtle #125712

Color information

#125712 (or 0x125712) is unknown color: approx Myrtle. HEX triplet: 12, 57 and 12. RGB value is (18,87,18). Sum of RGB (Red+Green+Blue) = 18+87+18=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 87 (34.38% from 255 or 70.73% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 87 - color contains mainly: green. Hex color #125712 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125712 is #EDA8ED. Grayscale: #3A3A3A. Windows color (decimal): -15575278 or 1201938. OLE color: 1201938.

HSL color Cylindrical-coordinate representation of color #125712: hue angle of 120º 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 #125712 is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB188718-
CMYK0.7900.790.66
HSL120º65.71%20.59%-
HSV(B)120º79.31%34.12%-
XYZ3.776.991.72-
YUV58.5105.1499.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.63%
GREEN value IS 87 (34.38% from 255) = 70.73%
BLUE value IS 18 (7.42% from 255) = 14.63%
R=14.63%
G=70.73%
B=14.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1887180.7900.790.6612065.7120.59
Hex1257124F04F42784215
Octal2212722117011710217010225
Binary1001010101111001010011110100111110000101111000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125712; }

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

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

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

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

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

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

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

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