#125611

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

Shades of Myrtle #125611

Tints of Myrtle #125611

Color information

#125611 (or 0x125611) is unknown color: approx Myrtle. HEX triplet: 12, 56 and 11. RGB value is (18,86,17). Sum of RGB (Red+Green+Blue) = 18+86+17=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 86 (33.98% from 255 or 71.07% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 86 - color contains mainly: green. Hex color #125611 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125611 is #EDA9EE. Grayscale: #3A3A3A. Windows color (decimal): -15575535 or 1136146. OLE color: 1136146.

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

Color convert

RGB188617-
CMYK0.7900.800.66
HSL119.13º66.99%20.2%-
HSV(B)119.13º80.23%33.73%-
XYZ3.686.821.65-
YUV57.8104.9799.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.88%
GREEN value IS 86 (33.98% from 255) = 71.07%
BLUE value IS 17 (7.03% from 255) = 14.05%
R=14.88%
G=71.07%
B=14.05%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1886170.7900.800.66119.1366.9920.2
Hex1256114F05042774314
Octal2212621117012010216710324
Binary1001010101101000110011110101000010000101110111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125611; }

 p { color: rgb(18,86,17); }

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

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

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

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

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

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

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