#196712

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

Shades of San Felix #196712

Tints of San Felix #196712

Color information

#196712 (or 0x196712) is unknown color: approx San Felix. HEX triplet: 19, 67 and 12. RGB value is (25,103,18). Sum of RGB (Red+Green+Blue) = 25+103+18=146 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.12% from 146); Green value is 103 (40.62% from 255 or 70.55% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 103 - color contains mainly: green. Hex color #196712 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196712 is #E698ED. Grayscale: #464646. Windows color (decimal): -15112430 or 1206041. OLE color: 1206041.

HSL color Cylindrical-coordinate representation of color #196712: hue angle of 115.06º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #196712 is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB2510318-
CMYK0.7600.830.60
HSL115.06º70.25%23.73%-
HSV(B)115.06º82.52%40.39%-
XYZ5.369.952.21-
YUV69.9998.6695.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.12%
GREEN value IS 103 (40.62% from 255) = 70.55%
BLUE value IS 18 (7.42% from 255) = 12.33%
R=17.12%
G=70.55%
B=12.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25103180.7600.830.60115.0670.2523.73
Hex1967124C0533C734618
Octal311472211401237416310630
Binary110011100111100101001100010100111111001110011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196712; }

 p { color: rgb(25,103,18); }

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

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

 a { background-color: rgb(25,103,18); }

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

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

 span { border-color: rgb(25,103,18); }

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