Html Css Color HEX #126619 San Felix

📋 copy color: '#126619'

red 18 ◦ green 102 ◦ blue 25

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

Shades of San Felix #126619

Tints of San Felix #126619

RGB

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

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

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

R = 12.41%
G = 70.34%
B = 17.24%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#126619 (or 0x126619) is known color: San Felix. HEX triplet: 12, 66 and 19. RGB value is (18,102,25). Sum of RGB (Red+Green+Blue) = 18+102+25=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 102 (40.23% from 255 or 70.34% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 102 - color contains mainly: green. Hex color #126619 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126619 is #ED99E6. Grayscale: #444444. Windows color (decimal): -15571431 or 1664530. OLE color: 1664530.

HSL color Cylindrical-coordinate representation of color #126619: hue angle of 125º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126619 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 102 25 -
CMYK 0.82 0 0.75 0.6
HSL 125º 0.7% 0.24% -
HSV(B) 125º 0.82% 0.4% -
XYZ 5.18 9.7 2.52 -
YUV 68.11 103.67 92.26 -
System Red Green Blue C M Y K H S L
Decimal 18 102 25 0.82 0 0.75 0.6 125 0.7 0.24
Hex 12 66 19 52 0 4B 3C 7D 46 18
Octal 22 146 31 122 0 113 74 175 106 30
Binary 10010 1100110 11001 1010010 0 1001011 111100 1111101 1000110 11000

Color Harmonies of #126619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126619

Black with #126619

Text Example


Text Example

White with #126619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126619; }

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

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

background-color css

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

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

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

border-color css

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

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

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