Html Css Color HEX #116B1B San Felix

📋 copy color: '#116B1B'

red 17 ◦ green 107 ◦ blue 27

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

Shades of San Felix #116B1B

Tints of San Felix #116B1B

RGB

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

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

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

R = 11.26%
G = 70.86%
B = 17.88%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.75

 K value IS 0.58

RGB Variations

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

Color information

#116B1B (or 0x116B1B) is known color: San Felix. HEX triplet: 11, 6B and 1B. RGB value is (17,107,27). Sum of RGB (Red+Green+Blue) = 17+107+27=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 107 (42.19% from 255 or 70.86% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 107 - color contains mainly: green. Hex color #116B1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116B1B is #EE94E4. Grayscale: #474747. Windows color (decimal): -15635685 or 1796881. OLE color: 1796881.

HSL color Cylindrical-coordinate representation of color #116B1B: hue angle of 126.67º 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 #116B1B is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 107 27 -
CMYK 0.84 0 0.75 0.58
HSL 126.67º 0.73% 0.24% -
HSV(B) 126.67º 0.84% 0.42% -
XYZ 5.69 10.71 2.81 -
YUV 70.97 103.18 89.5 -
System Red Green Blue C M Y K H S L
Decimal 17 107 27 0.84 0 0.75 0.58 126.67 0.73 0.24
Hex 11 6B 1B 54 0 4B 3A 7F 49 18
Octal 21 153 33 124 0 113 72 177 111 30
Binary 10001 1101011 11011 1010100 0 1001011 111010 1111111 1001001 11000

Color Harmonies of #116B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116B1B

Black with #116B1B

Text Example


Text Example

White with #116B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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