#126012

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

Shades of Myrtle #126012

Tints of Myrtle #126012

Color information

#126012 (or 0x126012) is unknown color: approx Myrtle. HEX triplet: 12, 60 and 12. RGB value is (18,96,18). Sum of RGB (Red+Green+Blue) = 18+96+18=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 96 (37.89% from 255 or 72.73% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 96 - color contains mainly: green. Hex color #126012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126012 is #ED9FED. Grayscale: #404040. Windows color (decimal): -15572974 or 1204242. OLE color: 1204242.

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

Color convert

RGB189618-
CMYK0.8100.810.62
HSL120º68.42%22.35%-
HSV(B)120º81.25%37.65%-
XYZ4.548.541.98-
YUV63.79102.1695.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 96 (37.89% from 255) = 72.73%
BLUE value IS 18 (7.42% from 255) = 13.64%
R=13.64%
G=72.73%
B=13.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1896180.8100.810.6212068.4222.35
Hex126012510513E784416
Octal221402212101217617010426
Binary100101100000100101010001010100011111101111000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126012; }

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

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

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

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

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

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

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

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