Html Css Color HEX #116E1B San Felix

📋 copy color: '#116E1B'

red 17 ◦ green 110 ◦ blue 27

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

Shades of San Felix #116E1B

Tints of San Felix #116E1B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 71.43%

 BLUE value IS 27 (10.94% from 255) = 17.53%

R = 11.04%
G = 71.43%
B = 17.53%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#116E1B (or 0x116E1B) is known color: San Felix. HEX triplet: 11, 6E and 1B. RGB value is (17,110,27). Sum of RGB (Red+Green+Blue) = 17+110+27=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 110 (43.36% from 255 or 71.43% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 110 - color contains mainly: green. Hex color #116E1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116E1B is #EE91E4. Grayscale: #484848. Windows color (decimal): -15634917 or 1797649. OLE color: 1797649.

HSL color Cylindrical-coordinate representation of color #116E1B: hue angle of 126.45º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116E1B is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 110 27 -
CMYK 0.85 0 0.75 0.57
HSL 126.45º 0.73% 0.25% -
HSV(B) 126.45º 0.85% 0.43% -
XYZ 6 11.35 2.91 -
YUV 72.73 102.19 88.25 -
System Red Green Blue C M Y K H S L
Decimal 17 110 27 0.85 0 0.75 0.57 126.45 0.73 0.25
Hex 11 6E 1B 55 0 4B 39 7E 49 19
Octal 21 156 33 125 0 113 71 176 111 31
Binary 10001 1101110 11011 1010101 0 1001011 111001 1111110 1001001 11001

Color Harmonies of #116E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116E1B

Black with #116E1B

Text Example


Text Example

White with #116E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,110,27); }

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

background-color css

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

 a { background-color: rgb(17,110,27); }

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

border-color css

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

 span { border-color: rgb(17,110,27); }

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