#126942

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

Shades of Jewel #126942

Tints of Jewel #126942

Color information

#126942 (or 0x126942) is unknown color: approx Jewel. HEX triplet: 12, 69 and 42. RGB value is (18,105,66). Sum of RGB (Red+Green+Blue) = 18+105+66=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 105 (41.41% from 255 or 55.56% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 105 - color contains mainly: green. Hex color #126942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126942 is #ED96BD. Grayscale: #4A4A4A. Windows color (decimal): -15570622 or 4352274. OLE color: 4352274.

HSL color Cylindrical-coordinate representation of color #126942: hue angle of 153.1º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126942 is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB1810566-
CMYK0.8300.370.59
HSL153.1º70.73%24.12%-
HSV(B)153.1º82.86%41.18%-
XYZ6.2810.636.87-
YUV74.54123.1887.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.52%
GREEN value IS 105 (41.41% from 255) = 55.56%
BLUE value IS 66 (26.17% from 255) = 34.92%
R=9.52%
G=55.56%
B=34.92%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18105660.8300.370.59153.170.7324.12
Hex126942530253B994718
Octal221511021230457323110730
Binary10010110100110000101010011010010111101110011001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126942; }

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

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

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

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

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

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

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

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