#126F47

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

Shades of Jewel #126F47

Tints of Jewel #126F47

Color information

#126F47 (or 0x126F47) is unknown color: approx Jewel. HEX triplet: 12, 6F and 47. RGB value is (18,111,71). Sum of RGB (Red+Green+Blue) = 18+111+71=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 111 (43.75% from 255 or 55.5% from 200); Blue value is 71 (28.12% from 255 or 35.5% from 200); Max value from RGB is 111 - color contains mainly: green. Hex color #126F47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126F47 is #ED90B8. Grayscale: #4E4E4E. Windows color (decimal): -15569081 or 4681490. OLE color: 4681490.

HSL color Cylindrical-coordinate representation of color #126F47: hue angle of 154.19º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126F47 is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB1811171-
CMYK0.8400.360.56
HSL154.19º72.09%25.29%-
HSV(B)154.19º83.78%43.53%-
XYZ7.0711.957.9-
YUV78.63123.6984.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9%
GREEN value IS 111 (43.75% from 255) = 55.5%
BLUE value IS 71 (28.12% from 255) = 35.5%
R=9%
G=55.5%
B=35.5%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18111710.8400.360.56154.1972.0925.29
Hex126F4754024389a4819
Octal221571071240447023211031
Binary10010110111110001111010100010010011100010011010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,111,71); }

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

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

 a { background-color: rgb(18,111,71); }

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

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

 span { border-color: rgb(18,111,71); }

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