Html Css Color HEX #116C19 San Felix

📋 copy color: '#116C19'

red 17 ◦ green 108 ◦ blue 25

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

Shades of San Felix #116C19

Tints of San Felix #116C19

RGB

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

 GREEN value IS 108 (42.58% from 255) = 72%

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

R = 11.33%
G = 72%
B = 16.67%

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

#116C19 (or 0x116C19) is known color: San Felix. HEX triplet: 11, 6C and 19. RGB value is (17,108,25). Sum of RGB (Red+Green+Blue) = 17+108+25=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 108 (42.58% from 255 or 72% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 108 - color contains mainly: green. Hex color #116C19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116C19 is #EE93E6. Grayscale: #474747. Windows color (decimal): -15635431 or 1666065. OLE color: 1666065.

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

Color convert

RGB 17 108 25 -
CMYK 0.84 0 0.77 0.58
HSL 125.27º 0.73% 0.25% -
HSV(B) 125.27º 0.84% 0.42% -
XYZ 5.77 10.91 2.72 -
YUV 71.33 101.85 89.25 -
System Red Green Blue C M Y K H S L
Decimal 17 108 25 0.84 0 0.77 0.58 125.27 0.73 0.25
Hex 11 6C 19 54 0 4D 3A 7D 49 19
Octal 21 154 31 124 0 115 72 175 111 31
Binary 10001 1101100 11001 1010100 0 1001101 111010 1111101 1001001 11001

Color Harmonies of #116C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116C19

Black with #116C19

Text Example


Text Example

White with #116C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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