#186716

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

Shades of San Felix #186716

Tints of San Felix #186716

Color information

#186716 (or 0x186716) is unknown color: approx San Felix. HEX triplet: 18, 67 and 16. RGB value is (24,103,22). Sum of RGB (Red+Green+Blue) = 24+103+22=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 103 (40.62% from 255 or 69.13% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 103 - color contains mainly: green. Hex color #186716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #186716 is #E798E9. Grayscale: #464646. Windows color (decimal): -15177962 or 1468184. OLE color: 1468184.

HSL color Cylindrical-coordinate representation of color #186716: hue angle of 118.52º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #186716 is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB2410322-
CMYK0.7700.790.60
HSL118.52º64.8%24.51%-
HSV(B)118.52º78.64%40.39%-
XYZ5.379.952.4-
YUV70.14100.8395.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.11%
GREEN value IS 103 (40.62% from 255) = 69.13%
BLUE value IS 22 (8.98% from 255) = 14.77%
R=16.11%
G=69.13%
B=14.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24103220.7700.790.60118.5264.824.51
Hex1867164D04F3C774119
Octal301472611501177416710131
Binary110001100111101101001101010011111111001110111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186716; }

 p { color: rgb(24,103,22); }

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

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

 a { background-color: rgb(24,103,22); }

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

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

 span { border-color: rgb(24,103,22); }

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