#126517

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

Shades of San Felix #126517

Tints of San Felix #126517

Color information

#126517 (or 0x126517) is unknown color: approx San Felix. HEX triplet: 12, 65 and 17. RGB value is (18,101,23). Sum of RGB (Red+Green+Blue) = 18+101+23=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 101 (39.84% from 255 or 71.13% from 142); Blue value is 23 (9.38% from 255 or 16.20% from 142); Max value from RGB is 101 - color contains mainly: green. Hex color #126517 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126517 is #ED9AE8. Grayscale: #434343. Windows color (decimal): -15571689 or 1533202. OLE color: 1533202.

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

Color convert

RGB1810123-
CMYK0.8200.770.60
HSL123.61º69.75%23.33%-
HSV(B)123.61º82.18%39.61%-
XYZ5.069.52.38-
YUV67.2910392.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.68%
GREEN value IS 101 (39.84% from 255) = 71.13%
BLUE value IS 23 (9.38% from 255) = 16.20%
R=12.68%
G=71.13%
B=16.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18101230.8200.770.60123.6169.7523.33
Hex1265175204D3C7c4617
Octal221452712201157417410627
Binary100101100101101111010010010011011111001111100100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126517; }

 p { color: rgb(18,101,23); }

 H1.HeaderClassName
 {
   color: #126517;
 }
 .AnyTagClassName
 {
   color: #126517;
 }
</style>
background-color css

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

 a { background-color: rgb(18,101,23); }

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

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

 span { border-color: rgb(18,101,23); }

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