#156012

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

Shades of Myrtle #156012

Tints of Myrtle #156012

Color information

#156012 (or 0x156012) is unknown color: approx Myrtle. HEX triplet: 15, 60 and 12. RGB value is (21,96,18). Sum of RGB (Red+Green+Blue) = 21+96+18=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 96 (37.89% from 255 or 71.11% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 96 - color contains mainly: green. Hex color #156012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #156012 is #EA9FED. Grayscale: #404040. Windows color (decimal): -15376366 or 1204245. OLE color: 1204245.

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

Color convert

RGB219618-
CMYK0.7800.810.62
HSL117.69º68.42%22.35%-
HSV(B)117.69º81.25%37.65%-
XYZ4.68.571.98-
YUV64.68101.6596.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.56%
GREEN value IS 96 (37.89% from 255) = 71.11%
BLUE value IS 18 (7.42% from 255) = 13.33%
R=15.56%
G=71.11%
B=13.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2196180.7800.810.62117.6968.4222.35
Hex1560124E0513E764416
Octal251402211601217616610426
Binary101011100000100101001110010100011111101110110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156012; }

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

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

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

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

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

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

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

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