#126642

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

Shades of Jewel #126642

Tints of Jewel #126642

Color information

#126642 (or 0x126642) is unknown color: approx Jewel. HEX triplet: 12, 66 and 42. RGB value is (18,102,66). Sum of RGB (Red+Green+Blue) = 18+102+66=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 102 (40.23% from 255 or 54.84% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 102 - color contains mainly: green. Hex color #126642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126642 is #ED99BD. Grayscale: #484848. Windows color (decimal): -15571390 or 4351506. OLE color: 4351506.

HSL color Cylindrical-coordinate representation of color #126642: hue angle of 154.29º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126642 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB1810266-
CMYK0.8200.350.6
HSL154.29º70%23.53%-
HSV(B)154.29º82.35%40%-
XYZ5.9810.026.77-
YUV72.78124.1788.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 102 (40.23% from 255) = 54.84%
BLUE value IS 66 (26.17% from 255) = 35.48%
R=9.68%
G=54.84%
B=35.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18102660.8200.350.6154.297023.53
Hex126642520233C9a4618
Octal221461021220437423210630
Binary10010110011010000101010010010001111110010011010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126642; }

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

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

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

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

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

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

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

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