Html Css Color HEX #126919 San Felix

📋 copy color: '#126919'

red 18 ◦ green 105 ◦ blue 25

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

Shades of San Felix #126919

Tints of San Felix #126919

RGB

 RED value IS 18 (7.42% from 255) = 12.16%

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

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

R = 12.16%
G = 70.95%
B = 16.89%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#126919 (or 0x126919) is known color: San Felix. HEX triplet: 12, 69 and 19. RGB value is (18,105,25). Sum of RGB (Red+Green+Blue) = 18+105+25=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 105 (41.41% from 255 or 70.95% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 105 - color contains mainly: green. Hex color #126919 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126919 is #ED96E6. Grayscale: #464646. Windows color (decimal): -15570663 or 1665298. OLE color: 1665298.

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

Color convert

RGB 18 105 25 -
CMYK 0.83 0 0.76 0.59
HSL 124.83º 0.71% 0.24% -
HSV(B) 124.83º 0.83% 0.41% -
XYZ 5.48 10.3 2.62 -
YUV 69.87 102.68 91 -
System Red Green Blue C M Y K H S L
Decimal 18 105 25 0.83 0 0.76 0.59 124.83 0.71 0.24
Hex 12 69 19 53 0 4C 3B 7D 47 18
Octal 22 151 31 123 0 114 73 175 107 30
Binary 10010 1101001 11001 1010011 0 1001100 111011 1111101 1000111 11000

Color Harmonies of #126919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126919

Black with #126919

Text Example


Text Example

White with #126919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126919; }

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

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

background-color css

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

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

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

border-color css

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

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

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