#126117

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

Shades of Myrtle #126117

Tints of Myrtle #126117

Color information

#126117 (or 0x126117) is unknown color: approx Myrtle. HEX triplet: 12, 61 and 17. RGB value is (18,97,23). Sum of RGB (Red+Green+Blue) = 18+97+23=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 97 (38.28% from 255 or 70.29% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 97 - color contains mainly: green. Hex color #126117 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126117 is #ED9EE8. Grayscale: #414141. Windows color (decimal): -15572713 or 1532178. OLE color: 1532178.

HSL color Cylindrical-coordinate representation of color #126117: hue angle of 123.8º 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 #126117 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB189723-
CMYK0.8100.760.62
HSL123.8º68.7%22.55%-
HSV(B)123.8º81.44%38.04%-
XYZ4.688.742.25-
YUV64.94104.3394.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.04%
GREEN value IS 97 (38.28% from 255) = 70.29%
BLUE value IS 23 (9.38% from 255) = 16.67%
R=13.04%
G=70.29%
B=16.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1897230.8100.760.62123.868.722.55
Hex1261175104C3E7c4517
Octal221412712101147617410527
Binary100101100001101111010001010011001111101111100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126117; }

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

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

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

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

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

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

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

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