#106919

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

Shades of San Felix #106919

Tints of San Felix #106919

Color information

#106919 (or 0x106919) is unknown color: approx San Felix. HEX triplet: 10, 69 and 19. RGB value is (16,105,25). Sum of RGB (Red+Green+Blue) = 16+105+25=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 105 (41.41% from 255 or 71.92% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 105 - color contains mainly: green. Hex color #106919 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106919 is #EF96E6. Grayscale: #454545. Windows color (decimal): -15701735 or 1665296. OLE color: 1665296.

HSL color Cylindrical-coordinate representation of color #106919: hue angle of 126.07º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106919 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB1610525-
CMYK0.8500.760.59
HSL126.07º73.55%23.73%-
HSV(B)126.07º84.76%41.18%-
XYZ5.4410.282.62-
YUV69.27103.0190-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.96%
GREEN value IS 105 (41.41% from 255) = 71.92%
BLUE value IS 25 (10.16% from 255) = 17.12%
R=10.96%
G=71.92%
B=17.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16105250.8500.760.59126.0773.5523.73
Hex1069195504C3B7e4a18
Octal201513112501147317611230
Binary100001101001110011010101010011001110111111110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106919; }

 p { color: rgb(16,105,25); }

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

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

 a { background-color: rgb(16,105,25); }

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

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

 span { border-color: rgb(16,105,25); }

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