#126F4F

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

Shades of Jewel #126F4F

Tints of Jewel #126F4F

Color information

#126F4F (or 0x126F4F) is unknown color: approx Jewel. HEX triplet: 12, 6F and 4F. RGB value is (18,111,79). Sum of RGB (Red+Green+Blue) = 18+111+79=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 111 (43.75% from 255 or 53.37% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 111 - color contains mainly: green. Hex color #126F4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126F4F is #ED90B0. Grayscale: #4F4F4F. Windows color (decimal): -15569073 or 5205778. OLE color: 5205778.

HSL color Cylindrical-coordinate representation of color #126F4F: hue angle of 159.35º 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 #126F4F is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB1811179-
CMYK0.8400.290.56
HSL159.35º72.09%25.29%-
HSV(B)159.35º83.78%43.53%-
XYZ7.3512.069.34-
YUV79.54127.6984.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.65%
GREEN value IS 111 (43.75% from 255) = 53.37%
BLUE value IS 79 (31.25% from 255) = 37.98%
R=8.65%
G=53.37%
B=37.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18111790.8400.290.56159.3572.0925.29
Hex126F4F5401D389f4819
Octal221571171240357023711031
Binary1001011011111001111101010001110111100010011111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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