#125704

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

Shades of Myrtle #125704

Tints of Myrtle #125704

Color information

#125704 (or 0x125704) is unknown color: approx Myrtle. HEX triplet: 12, 57 and 04. RGB value is (18,87,4). Sum of RGB (Red+Green+Blue) = 18+87+4=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 87 (34.38% from 255 or 79.82% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 87 - color contains mainly: green. Hex color #125704 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125704 is #EDA8FB. Grayscale: #393939. Windows color (decimal): -15575292 or 284434. OLE color: 284434.

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

Color convert

RGB18874-
CMYK0.7900.950.66
HSL109.88º91.21%17.84%-
HSV(B)109.88º95.4%34.12%-
XYZ3.686.951.26-
YUV56.9198.14100.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 87 (34.38% from 255) = 79.82%
BLUE value IS 4 (1.95% from 255) = 3.67%
R=16.51%
G=79.82%
B=3.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal188740.7900.950.66109.8891.2117.84
Hex125744F05F426e5b12
Octal221274117013710215613322
Binary10010101011110010011110101111110000101101110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125704; }

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

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

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

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

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

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

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

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