Html Css Color HEX #166716 San Felix

📋 copy color: '#166716'

red 22 ◦ green 103 ◦ blue 22

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

Shades of San Felix #166716

Tints of San Felix #166716

RGB

 RED value IS 22 (8.98% from 255) = 14.97%

 GREEN value IS 103 (40.63% from 255) = 70.07%

 BLUE value IS 22 (8.98% from 255) = 14.97%

R = 14.97%
G = 70.07%
B = 14.97%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#166716 (or 0x166716) is known color: San Felix. HEX triplet: 16, 67 and 16. RGB value is (22,103,22). Sum of RGB (Red+Green+Blue) = 22+103+22=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 103 (40.62% from 255 or 70.07% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 103 - color contains mainly: green. Hex color #166716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166716 is #E998E9. Grayscale: #454545. Windows color (decimal): -15309034 or 1468182. OLE color: 1468182.

HSL color Cylindrical-coordinate representation of color #166716: hue angle of 120º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166716 is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB 22 103 22 -
CMYK 0.79 0 0.79 0.60
HSL 120º 0.65% 0.25% -
HSV(B) 120º 0.79% 0.4% -
XYZ 5.33 9.93 2.39 -
YUV 69.55 101.16 94.09 -
System Red Green Blue C M Y K H S L
Decimal 22 103 22 0.79 0 0.79 0.60 120 0.65 0.25
Hex 16 67 16 4F 0 4F 3C 78 41 19
Octal 26 147 26 117 0 117 74 170 101 31
Binary 10110 1100111 10110 1001111 0 1001111 111100 1111000 1000001 11001

Color Harmonies of #166716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166716

Black with #166716

Text Example


Text Example

White with #166716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166716; }

 p { color: rgb(22,103,22); }

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

background-color css

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

 a { background-color: rgb(22,103,22); }

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

border-color css

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

 span { border-color: rgb(22,103,22); }

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