#206D17

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

Shades of San Felix #206D17

Tints of San Felix #206D17

Color information

#206D17 (or 0x206D17) is unknown color: approx San Felix. HEX triplet: 20, 6D and 17. RGB value is (32,109,23). Sum of RGB (Red+Green+Blue) = 32+109+23=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 109 (42.97% from 255 or 66.46% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 109 - color contains mainly: green. Hex color #206D17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206D17 is #DF92E8. Grayscale: #4C4C4C. Windows color (decimal): -14652137 or 1535264. OLE color: 1535264.

HSL color Cylindrical-coordinate representation of color #206D17: hue angle of 113.72º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #206D17 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.57.

Color convert

RGB3210923-
CMYK0.7100.790.57
HSL113.72º65.15%25.88%-
HSV(B)113.72º78.9%42.75%-
XYZ6.2211.312.67-
YUV76.1797.9996.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.51%
GREEN value IS 109 (42.97% from 255) = 66.46%
BLUE value IS 23 (9.38% from 255) = 14.02%
R=19.51%
G=66.46%
B=14.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal32109230.7100.790.57113.7265.1525.88
Hex206D174704F3972411a
Octal401552710701177116210132
Binary1000001101101101111000111010011111110011110010100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,109,23); }

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

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

 a { background-color: rgb(32,109,23); }

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

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

 span { border-color: rgb(32,109,23); }

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