#126D1B

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

Shades of San Felix #126D1B

Tints of San Felix #126D1B

Color information

#126D1B (or 0x126D1B) is unknown color: approx San Felix. HEX triplet: 12, 6D and 1B. RGB value is (18,109,27). Sum of RGB (Red+Green+Blue) = 18+109+27=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 109 (42.97% from 255 or 70.78% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 109 - color contains mainly: green. Hex color #126D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126D1B is #ED92E4. Grayscale: #484848. Windows color (decimal): -15569637 or 1797394. OLE color: 1797394.

HSL color Cylindrical-coordinate representation of color #126D1B: hue angle of 125.93º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126D1B is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB1810927-
CMYK0.8300.750.57
HSL125.93º71.65%24.9%-
HSV(B)125.93º83.49%42.75%-
XYZ5.9211.152.88-
YUV72.44102.3589.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.69%
GREEN value IS 109 (42.97% from 255) = 70.78%
BLUE value IS 27 (10.94% from 255) = 17.53%
R=11.69%
G=70.78%
B=17.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18109270.8300.750.57125.9371.6524.9
Hex126D1B5304B397e4819
Octal221553312301137117611031
Binary100101101101110111010011010010111110011111110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126D1B; }

 p { color: rgb(18,109,27); }

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

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

 a { background-color: rgb(18,109,27); }

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

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

 span { border-color: rgb(18,109,27); }

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