#12704D

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

Shades of Jewel #12704D

Tints of Jewel #12704D

Color information

#12704D (or 0x12704D) is unknown color: approx Jewel. HEX triplet: 12, 70 and 4D. RGB value is (18,112,77). Sum of RGB (Red+Green+Blue) = 18+112+77=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #12704D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12704D is #ED8FB2. Grayscale: #4F4F4F. Windows color (decimal): -15568819 or 5074962. OLE color: 5074962.

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

Color convert

RGB1811277-
CMYK0.8400.310.56
HSL157.66º72.31%25.49%-
HSV(B)157.66º83.93%43.92%-
XYZ7.3812.259-
YUV79.9126.3683.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.70%
GREEN value IS 112 (44.14% from 255) = 54.11%
BLUE value IS 77 (30.47% from 255) = 37.20%
R=8.70%
G=54.11%
B=37.20%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18112770.8400.310.56157.6672.3125.49
Hex12704D5401F389e4819
Octal221601151240377023611031
Binary1001011100001001101101010001111111100010011110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12704D; }

 p { color: rgb(18,112,77); }

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

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

 a { background-color: rgb(18,112,77); }

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

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

 span { border-color: rgb(18,112,77); }

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