#16681B

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

Shades of San Felix #16681B

Tints of San Felix #16681B

Color information

#16681B (or 0x16681B) is unknown color: approx San Felix. HEX triplet: 16, 68 and 1B. RGB value is (22,104,27). Sum of RGB (Red+Green+Blue) = 22+104+27=153 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.38% from 153); Green value is 104 (41.02% from 255 or 67.97% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 104 - color contains mainly: green. Hex color #16681B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16681B is #E997E4. Grayscale: #464646. Windows color (decimal): -15308773 or 1796118. OLE color: 1796118.

HSL color Cylindrical-coordinate representation of color #16681B: hue angle of 123.66º 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 #16681B is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB2210427-
CMYK0.7900.740.59
HSL123.66º65.08%24.71%-
HSV(B)123.66º78.85%40.78%-
XYZ5.4810.152.71-
YUV70.7103.3393.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.38%
GREEN value IS 104 (41.02% from 255) = 67.97%
BLUE value IS 27 (10.94% from 255) = 17.65%
R=14.38%
G=67.97%
B=17.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22104270.7900.740.59123.6665.0824.71
Hex16681B4F04A3B7c4119
Octal261503311701127317410131
Binary101101101000110111001111010010101110111111100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16681B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16681B; }

 p { color: rgb(22,104,27); }

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

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

 a { background-color: rgb(22,104,27); }

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

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

 span { border-color: rgb(22,104,27); }

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