#125916

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

Shades of Myrtle #125916

Tints of Myrtle #125916

Color information

#125916 (or 0x125916) is unknown color: approx Myrtle. HEX triplet: 12, 59 and 16. RGB value is (18,89,22). Sum of RGB (Red+Green+Blue) = 18+89+22=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 89 (35.16% from 255 or 68.99% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 89 - color contains mainly: green. Hex color #125916 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125916 is #EDA6E9. Grayscale: #3C3C3C. Windows color (decimal): -15574762 or 1464594. OLE color: 1464594.

HSL color Cylindrical-coordinate representation of color #125916: hue angle of 123.38º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125916 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB188922-
CMYK0.8000.750.65
HSL123.38º66.36%20.98%-
HSV(B)123.38º79.78%34.9%-
XYZ3.977.331.97-
YUV60.13106.4897.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.95%
GREEN value IS 89 (35.16% from 255) = 68.99%
BLUE value IS 22 (8.98% from 255) = 17.05%
R=13.95%
G=68.99%
B=17.05%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1889220.8000.750.65123.3866.3620.98
Hex1259165004B417b4215
Octal2213126120011310117310225
Binary1001010110011011010100000100101110000011111011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125916; }

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

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

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

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

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

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

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

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