#126616

Color #126616 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #126616

Tints of San Felix #126616

Color information

#126616 (or 0x126616) is unknown color: approx 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

RGB1810222-
CMYK0.8200.780.6
HSL122.86º70%23.53%-
HSV(B)122.86º82.35%40%-
XYZ5.159.692.36-
YUV67.76102.1792.5-

RGB Variations

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

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 (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18102220.8200.780.6122.867023.53
Hex1266165204E3C7b4618
Octal221462612201167417310630
Binary100101100110101101010010010011101111001111011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>