Html Css Color HEX #116B19 San Felix

📋 copy color: '#116B19'

red 17 ◦ green 107 ◦ blue 25

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

Shades of San Felix #116B19

Tints of San Felix #116B19

RGB

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

 GREEN value IS 107 (42.19% from 255) = 71.81%

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

R = 11.41%
G = 71.81%
B = 16.78%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.77

 K value IS 0.58

RGB Variations

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

Color information

#116B19 (or 0x116B19) is known color: San Felix. HEX triplet: 11, 6B and 19. RGB value is (17,107,25). Sum of RGB (Red+Green+Blue) = 17+107+25=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 107 (42.19% from 255 or 71.81% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 107 - color contains mainly: green. Hex color #116B19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116B19 is #EE94E6. Grayscale: #464646. Windows color (decimal): -15635687 or 1665809. OLE color: 1665809.

HSL color Cylindrical-coordinate representation of color #116B19: hue angle of 125.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116B19 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 107 25 -
CMYK 0.84 0 0.77 0.58
HSL 125.33º 0.73% 0.24% -
HSV(B) 125.33º 0.84% 0.42% -
XYZ 5.66 10.7 2.69 -
YUV 70.74 102.18 89.67 -
System Red Green Blue C M Y K H S L
Decimal 17 107 25 0.84 0 0.77 0.58 125.33 0.73 0.24
Hex 11 6B 19 54 0 4D 3A 7D 49 18
Octal 21 153 31 124 0 115 72 175 111 30
Binary 10001 1101011 11001 1010100 0 1001101 111010 1111101 1001001 11000

Color Harmonies of #116B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116B19

Black with #116B19

Text Example


Text Example

White with #116B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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