#206A12

Color #206A12 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #206A12

Tints of San Felix #206A12

Color information

#206A12 (or 0x206A12) is unknown color: approx San Felix. HEX triplet: 20, 6A and 12. RGB value is (32,106,18). Sum of RGB (Red+Green+Blue) = 32+106+18=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 106 (41.80% from 255 or 67.95% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 106 - color contains mainly: green. Hex color #206A12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206A12 is #DF95ED. Grayscale: #4A4A4A. Windows color (decimal): -14652910 or 1206816. OLE color: 1206816.

HSL color Cylindrical-coordinate representation of color #206A12: hue angle of 110.45º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #206A12 is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB3210618-
CMYK0.7000.830.58
HSL110.45º70.97%24.31%-
HSV(B)110.45º83.02%41.57%-
XYZ5.8610.662.32-
YUV73.8496.4898.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.51%
GREEN value IS 106 (41.80% from 255) = 67.95%
BLUE value IS 18 (7.42% from 255) = 11.54%
R=20.51%
G=67.95%
B=11.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32106180.7000.830.58110.4570.9724.31
Hex206A12460533A6e4718
Octal401522210601237215610730
Binary1000001101010100101000110010100111110101101110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206A12; }

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

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

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

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

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

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

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

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