Html Css Color HEX #116F1C San Felix

📋 copy color: '#116F1C'

red 17 ◦ green 111 ◦ blue 28

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

Shades of San Felix #116F1C

Tints of San Felix #116F1C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 71.15%

 BLUE value IS 28 (11.33% from 255) = 17.95%

R = 10.9%
G = 71.15%
B = 17.95%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#116F1C (or 0x116F1C) is known color: San Felix. HEX triplet: 11, 6F and 1C. RGB value is (17,111,28). Sum of RGB (Red+Green+Blue) = 17+111+28=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 111 (43.75% from 255 or 71.15% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 111 - color contains mainly: green. Hex color #116F1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116F1C is #EE90E3. Grayscale: #494949. Windows color (decimal): -15634660 or 1863441. OLE color: 1863441.

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

Color convert

RGB 17 111 28 -
CMYK 0.85 0 0.75 0.56
HSL 127.02º 0.73% 0.25% -
HSV(B) 127.02º 0.85% 0.44% -
XYZ 6.13 11.57 3.01 -
YUV 73.43 102.36 87.75 -
System Red Green Blue C M Y K H S L
Decimal 17 111 28 0.85 0 0.75 0.56 127.02 0.73 0.25
Hex 11 6F 1C 55 0 4B 38 7F 49 19
Octal 21 157 34 125 0 113 70 177 111 31
Binary 10001 1101111 11100 1010101 0 1001011 111000 1111111 1001001 11001

Color Harmonies of #116F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116F1C

Black with #116F1C

Text Example


Text Example

White with #116F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,111,28); }

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

background-color css

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

 a { background-color: rgb(17,111,28); }

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

border-color css

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

 span { border-color: rgb(17,111,28); }

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