#124F16

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

Shades of Myrtle #124F16

Tints of Myrtle #124F16

Color information

#124F16 (or 0x124F16) is unknown color: approx Myrtle. HEX triplet: 12, 4F and 16. RGB value is (18,79,22). Sum of RGB (Red+Green+Blue) = 18+79+22=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 79 (31.25% from 255 or 66.39% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 79 - color contains mainly: green. Hex color #124F16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124F16 is #EDB0E9. Grayscale: #363636. Windows color (decimal): -15577322 or 1462034. OLE color: 1462034.

HSL color Cylindrical-coordinate representation of color #124F16: hue angle of 123.93º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124F16 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB187922-
CMYK0.7700.720.69
HSL123.93º62.89%19.02%-
HSV(B)123.93º77.22%30.98%-
XYZ3.195.781.71-
YUV54.26109.79102.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.13%
GREEN value IS 79 (31.25% from 255) = 66.39%
BLUE value IS 22 (8.98% from 255) = 18.49%
R=15.13%
G=66.39%
B=18.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1879220.7700.720.69123.9362.8919.02
Hex124F164D048457c3f13
Octal221172611501101051747723
Binary100101001111101101001101010010001000101111110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124F16; }

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

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

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

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

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

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

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

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