#126142

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

Shades of Jewel #126142

Tints of Jewel #126142

Color information

#126142 (or 0x126142) is unknown color: approx Jewel. HEX triplet: 12, 61 and 42. RGB value is (18,97,66). Sum of RGB (Red+Green+Blue) = 18+97+66=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 97 (38.28% from 255 or 53.59% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 97 - color contains mainly: green. Hex color #126142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126142 is #ED9EBD. Grayscale: #454545. Windows color (decimal): -15572670 or 4350226. OLE color: 4350226.

HSL color Cylindrical-coordinate representation of color #126142: hue angle of 156.46º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126142 is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB189766-
CMYK0.8100.320.62
HSL156.46º68.7%22.55%-
HSV(B)156.46º81.44%38.04%-
XYZ5.519.076.61-
YUV69.84125.8391.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.94%
GREEN value IS 97 (38.28% from 255) = 53.59%
BLUE value IS 66 (26.17% from 255) = 36.46%
R=9.94%
G=53.59%
B=36.46%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1897660.8100.320.62156.4668.722.55
Hex126142510203E9c4517
Octal221411021210407623410527
Binary10010110000110000101010001010000011111010011100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126142; }

 p { color: rgb(18,97,66); }

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

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

 a { background-color: rgb(18,97,66); }

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

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

 span { border-color: rgb(18,97,66); }

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