Html Css Color HEX #126616 San Felix

📋 copy color: '#126616'

red 18 ◦ green 102 ◦ blue 22

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

Shades of San Felix #126616

Tints of San Felix #126616

RGB

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

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

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

R = 12.68%
G = 71.83%
B = 15.49%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#126616 (or 0x126616) is known color: San Felix. HEX triplet: 12, 66 and 16. RGB value is (18,102,22). Sum of RGB (Red+Green+Blue) = 18+102+22=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 102 (40.23% from 255 or 71.83% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 102 - color contains mainly: green. Hex color #126616 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126616 is #ED99E9. Grayscale: #444444. Windows color (decimal): -15571434 or 1467922. OLE color: 1467922.

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

Color convert

RGB 18 102 22 -
CMYK 0.82 0 0.78 0.6
HSL 122.86º 0.7% 0.24% -
HSV(B) 122.86º 0.82% 0.4% -
XYZ 5.15 9.69 2.36 -
YUV 67.76 102.17 92.5 -
System Red Green Blue C M Y K H S L
Decimal 18 102 22 0.82 0 0.78 0.6 122.86 0.7 0.24
Hex 12 66 16 52 0 4E 3C 7B 46 18
Octal 22 146 26 122 0 116 74 173 106 30
Binary 10010 1100110 10110 1010010 0 1001110 111100 1111011 1000110 11000

Color Harmonies of #126616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126616

Black with #126616

Text Example


Text Example

White with #126616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126616; }

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

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

background-color css

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

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

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

border-color css

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

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

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