#126115

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

Shades of Myrtle #126115

Tints of Myrtle #126115

Color information

#126115 (or 0x126115) is unknown color: approx Myrtle. HEX triplet: 12, 61 and 15. RGB value is (18,97,21). Sum of RGB (Red+Green+Blue) = 18+97+21=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 97 (38.28% from 255 or 71.32% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 97 - color contains mainly: green. Hex color #126115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126115 is #ED9EEA. Grayscale: #404040. Windows color (decimal): -15572715 or 1401106. OLE color: 1401106.

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

Color convert

RGB189721-
CMYK0.8100.780.62
HSL122.28º68.7%22.55%-
HSV(B)122.28º81.44%38.04%-
XYZ4.668.732.15-
YUV64.72103.3394.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.24%
GREEN value IS 97 (38.28% from 255) = 71.32%
BLUE value IS 21 (8.59% from 255) = 15.44%
R=13.24%
G=71.32%
B=15.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1897210.8100.780.62122.2868.722.55
Hex1261155104E3E7a4517
Octal221412512101167617210527
Binary100101100001101011010001010011101111101111010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126115; }

 p { color: rgb(18,97,21); }

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

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

 a { background-color: rgb(18,97,21); }

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

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

 span { border-color: rgb(18,97,21); }

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