#126015

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

Shades of Myrtle #126015

Tints of Myrtle #126015

Color information

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

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

Color convert

RGB189621-
CMYK0.8100.780.62
HSL122.31º68.42%22.35%-
HSV(B)122.31º81.25%37.65%-
XYZ4.578.552.12-
YUV64.13103.6695.1-

RGB Variations

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

RGB

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

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
Decimal1896210.8100.780.62122.3168.4222.35
Hex1260155104E3E7a4416
Octal221402512101167617210426
Binary100101100000101011010001010011101111101111010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126015; }

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

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

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

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

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

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

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

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