Html Css Color HEX #116618 San Felix

📋 copy color: '#116618'

red 17 ◦ green 102 ◦ blue 24

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

Shades of San Felix #116618

Tints of San Felix #116618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.78%

R = 11.89%
G = 71.33%
B = 16.78%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.76

 K value IS 0.6

RGB Variations

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

Color information

#116618 (or 0x116618) is known color: San Felix. HEX triplet: 11, 66 and 18. RGB value is (17,102,24). Sum of RGB (Red+Green+Blue) = 17+102+24=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 102 (40.23% from 255 or 71.33% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 102 - color contains mainly: green. Hex color #116618 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116618 is #EE99E7. Grayscale: #434343. Windows color (decimal): -15636968 or 1598993. OLE color: 1598993.

HSL color Cylindrical-coordinate representation of color #116618: hue angle of 124.94º 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 #116618 is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.6.

Color convert

RGB 17 102 24 -
CMYK 0.83 0 0.76 0.6
HSL 124.94º 0.71% 0.23% -
HSV(B) 124.94º 0.83% 0.4% -
XYZ 5.15 9.69 2.46 -
YUV 67.69 103.34 91.84 -
System Red Green Blue C M Y K H S L
Decimal 17 102 24 0.83 0 0.76 0.6 124.94 0.71 0.23
Hex 11 66 18 53 0 4C 3C 7D 47 17
Octal 21 146 30 123 0 114 74 175 107 27
Binary 10001 1100110 11000 1010011 0 1001100 111100 1111101 1000111 10111

Color Harmonies of #116618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116618

Black with #116618

Text Example


Text Example

White with #116618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116618; }

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

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

background-color css

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

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

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

border-color css

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

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

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