Html Css Color HEX #116919 San Felix

📋 copy color: '#116919'

red 17 ◦ green 105 ◦ blue 25

#116919
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Felix #116919

Tints of San Felix #116919

RGB

 RED value IS 17 (7.03% from 255) = 11.56%

 GREEN value IS 105 (41.41% from 255) = 71.43%

 BLUE value IS 25 (10.16% from 255) = 17.01%

R = 11.56%
G = 71.43%
B = 17.01%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#116919 (or 0x116919) is known color: San Felix. HEX triplet: 11, 69 and 19. RGB value is (17,105,25). Sum of RGB (Red+Green+Blue) = 17+105+25=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 105 (41.41% from 255 or 71.43% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 105 - color contains mainly: green. Hex color #116919 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116919 is #EE96E6. Grayscale: #454545. Windows color (decimal): -15636199 or 1665297. OLE color: 1665297.

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

Color convert

RGB 17 105 25 -
CMYK 0.84 0 0.76 0.59
HSL 125.45º 0.72% 0.24% -
HSV(B) 125.45º 0.84% 0.41% -
XYZ 5.46 10.29 2.62 -
YUV 69.57 102.85 90.5 -
System Red Green Blue C M Y K H S L
Decimal 17 105 25 0.84 0 0.76 0.59 125.45 0.72 0.24
Hex 11 69 19 54 0 4C 3B 7D 48 18
Octal 21 151 31 124 0 114 73 175 110 30
Binary 10001 1101001 11001 1010100 0 1001100 111011 1111101 1001000 11000

Color Harmonies of #116919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116919

Black with #116919

Text Example


Text Example

White with #116919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116919; }

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

 H1.HeaderClassName
 {
   color: #116919;
 }
 .AnyTagClassName
 {
   color: #116919;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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