#16691C

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

Shades of San Felix #16691C

Tints of San Felix #16691C

Color information

#16691C (or 0x16691C) is unknown color: approx San Felix. HEX triplet: 16, 69 and 1C. RGB value is (22,105,28). Sum of RGB (Red+Green+Blue) = 22+105+28=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 105 (41.41% from 255 or 67.74% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 105 - color contains mainly: green. Hex color #16691C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16691C is #E996E3. Grayscale: #474747. Windows color (decimal): -15308516 or 1861910. OLE color: 1861910.

HSL color Cylindrical-coordinate representation of color #16691C: hue angle of 124.34º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16691C is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB2210528-
CMYK0.7900.730.59
HSL124.34º65.35%24.9%-
HSV(B)124.34º79.05%41.18%-
XYZ5.5910.362.8-
YUV71.4103.592.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.19%
GREEN value IS 105 (41.41% from 255) = 67.74%
BLUE value IS 28 (11.33% from 255) = 18.06%
R=14.19%
G=67.74%
B=18.06%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22105280.7900.730.59124.3465.3524.9
Hex16691C4F0493B7c4119
Octal261513411701117317410131
Binary101101101001111001001111010010011110111111100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16691C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16691C; }

 p { color: rgb(22,105,28); }

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

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

 a { background-color: rgb(22,105,28); }

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

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

 span { border-color: rgb(22,105,28); }

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