#206012

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

Shades of Myrtle #206012

Tints of Myrtle #206012

Color information

#206012 (or 0x206012) is unknown color: approx Myrtle. HEX triplet: 20, 60 and 12. RGB value is (32,96,18). Sum of RGB (Red+Green+Blue) = 32+96+18=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 96 (37.89% from 255 or 65.75% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 96 - color contains mainly: green. Hex color #206012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206012 is #DF9FED. Grayscale: #444444. Windows color (decimal): -14655470 or 1204256. OLE color: 1204256.

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

Color convert

RGB329618-
CMYK0.6700.810.62
HSL109.23º68.42%22.35%-
HSV(B)109.23º81.25%37.65%-
XYZ4.898.722-
YUV67.9799.8102.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.92%
GREEN value IS 96 (37.89% from 255) = 65.75%
BLUE value IS 18 (7.42% from 255) = 12.33%
R=21.92%
G=65.75%
B=12.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3296180.6700.810.62109.2368.4222.35
Hex206012430513E6d4416
Octal401402210301217615510426
Binary1000001100000100101000011010100011111101101101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206012; }

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

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

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

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

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

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

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

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