Html Css Color HEX #106919 San Felix

📋 copy color: '#106919'

red 16 ◦ green 105 ◦ blue 25

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

Shades of San Felix #106919

Tints of San Felix #106919

RGB

 RED value IS 16 (6.64% from 255) = 10.96%

 GREEN value IS 105 (41.41% from 255) = 71.92%

 BLUE value IS 25 (10.16% from 255) = 17.12%

R = 10.96%
G = 71.92%
B = 17.12%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#106919 (or 0x106919) is known color: San Felix. HEX triplet: 10, 69 and 19. RGB value is (16,105,25). Sum of RGB (Red+Green+Blue) = 16+105+25=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 105 (41.41% from 255 or 71.92% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 105 - color contains mainly: green. Hex color #106919 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106919 is #EF96E6. Grayscale: #454545. Windows color (decimal): -15701735 or 1665296. OLE color: 1665296.

HSL color Cylindrical-coordinate representation of color #106919: hue angle of 126.07º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106919 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 105 25 -
CMYK 0.85 0 0.76 0.59
HSL 126.07º 0.74% 0.24% -
HSV(B) 126.07º 0.85% 0.41% -
XYZ 5.44 10.28 2.62 -
YUV 69.27 103.01 90 -
System Red Green Blue C M Y K H S L
Decimal 16 105 25 0.85 0 0.76 0.59 126.07 0.74 0.24
Hex 10 69 19 55 0 4C 3B 7E 4A 18
Octal 20 151 31 125 0 114 73 176 112 30
Binary 10000 1101001 11001 1010101 0 1001100 111011 1111110 1001010 11000

Color Harmonies of #106919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106919

Black with #106919

Text Example


Text Example

White with #106919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106919; }

 p { color: rgb(16,105,25); }

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

background-color css

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

 a { background-color: rgb(16,105,25); }

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

border-color css

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

 span { border-color: rgb(16,105,25); }

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