#126216

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

Shades of Myrtle #126216

Tints of Myrtle #126216

Color information

#126216 (or 0x126216) is unknown color: approx Myrtle. HEX triplet: 12, 62 and 16. RGB value is (18,98,22). Sum of RGB (Red+Green+Blue) = 18+98+22=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 98 (38.67% from 255 or 71.01% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 98 - color contains mainly: green. Hex color #126216 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126216 is #ED9DE9. Grayscale: #414141. Windows color (decimal): -15572458 or 1466898. OLE color: 1466898.

HSL color Cylindrical-coordinate representation of color #126216: hue angle of 123º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126216 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB189822-
CMYK0.8200.780.62
HSL123º68.97%22.75%-
HSV(B)123º81.63%38.43%-
XYZ4.768.922.23-
YUV65.42103.594.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.04%
GREEN value IS 98 (38.67% from 255) = 71.01%
BLUE value IS 22 (8.98% from 255) = 15.94%
R=13.04%
G=71.01%
B=15.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898220.8200.780.6212368.9722.75
Hex1262165204E3E7b4517
Octal221422612201167617310527
Binary100101100010101101010010010011101111101111011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126216; }

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

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

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

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

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

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

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

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