#126840

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

Shades of Jewel #126840

Tints of Jewel #126840

Color information

#126840 (or 0x126840) is unknown color: approx Jewel. HEX triplet: 12, 68 and 40. RGB value is (18,104,64). Sum of RGB (Red+Green+Blue) = 18+104+64=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 104 (41.02% from 255 or 55.91% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 104 - color contains mainly: green. Hex color #126840 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126840 is #ED97BF. Grayscale: #494949. Windows color (decimal): -15570880 or 4220946. OLE color: 4220946.

HSL color Cylindrical-coordinate representation of color #126840: hue angle of 152.09º degrees, saturation: 0.7, 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 #126840 is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1810464-
CMYK0.8300.380.59
HSL152.09º70.49%23.92%-
HSV(B)152.09º82.69%40.78%-
XYZ6.1310.46.53-
YUV73.73122.5188.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 104 (41.02% from 255) = 55.91%
BLUE value IS 64 (25.39% from 255) = 34.41%
R=9.68%
G=55.91%
B=34.41%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18104640.8300.380.59152.0970.4923.92
Hex126840530263B984618
Octal221501001230467323010630
Binary10010110100010000001010011010011011101110011000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126840; }

 p { color: rgb(18,104,64); }

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

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

 a { background-color: rgb(18,104,64); }

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

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

 span { border-color: rgb(18,104,64); }

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