Html Css Color HEX #116617 San Felix

📋 copy color: '#116617'

red 17 ◦ green 102 ◦ blue 23

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

Shades of San Felix #116617

Tints of San Felix #116617

RGB

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

 GREEN value IS 102 (40.23% from 255) = 71.83%

 BLUE value IS 23 (9.38% from 255) = 16.2%

R = 11.97%
G = 71.83%
B = 16.2%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.77

 K value IS 0.6

RGB Variations

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

Color information

#116617 (or 0x116617) is known color: San Felix. HEX triplet: 11, 66 and 17. RGB value is (17,102,23). Sum of RGB (Red+Green+Blue) = 17+102+23=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 102 (40.23% from 255 or 71.83% from 142); Blue value is 23 (9.38% from 255 or 16.20% from 142); Max value from RGB is 102 - color contains mainly: green. Hex color #116617 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116617 is #EE99E8. Grayscale: #434343. Windows color (decimal): -15636969 or 1533457. OLE color: 1533457.

HSL color Cylindrical-coordinate representation of color #116617: hue angle of 124.24º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116617 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB 17 102 23 -
CMYK 0.83 0 0.77 0.6
HSL 124.24º 0.71% 0.23% -
HSV(B) 124.24º 0.83% 0.4% -
XYZ 5.14 9.68 2.41 -
YUV 67.58 102.84 91.92 -
System Red Green Blue C M Y K H S L
Decimal 17 102 23 0.83 0 0.77 0.6 124.24 0.71 0.23
Hex 11 66 17 53 0 4D 3C 7C 47 17
Octal 21 146 27 123 0 115 74 174 107 27
Binary 10001 1100110 10111 1010011 0 1001101 111100 1111100 1000111 10111

Color Harmonies of #116617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116617

Black with #116617

Text Example


Text Example

White with #116617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116617; }

 p { color: rgb(17,102,23); }

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

background-color css

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

 a { background-color: rgb(17,102,23); }

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

border-color css

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

 span { border-color: rgb(17,102,23); }

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