#125714

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

Shades of Myrtle #125714

Tints of Myrtle #125714

Color information

#125714 (or 0x125714) is unknown color: approx Myrtle. HEX triplet: 12, 57 and 14. RGB value is (18,87,20). Sum of RGB (Red+Green+Blue) = 18+87+20=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 87 (34.38% from 255 or 69.6% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 87 - color contains mainly: green. Hex color #125714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125714 is #EDA8EB. Grayscale: #3A3A3A. Windows color (decimal): -15575276 or 1333010. OLE color: 1333010.

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

Color convert

RGB188720-
CMYK0.7900.770.66
HSL121.74º65.71%20.59%-
HSV(B)121.74º79.31%34.12%-
XYZ3.7871.81-
YUV58.73106.1498.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.4%
GREEN value IS 87 (34.38% from 255) = 69.6%
BLUE value IS 20 (8.20% from 255) = 16%
R=14.4%
G=69.6%
B=16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1887200.7900.770.66121.7465.7120.59
Hex1257144F04D427a4215
Octal2212724117011510217210225
Binary1001010101111010010011110100110110000101111010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125714; }

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

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

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

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

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

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

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

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