#10704E

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

Shades of Jewel #10704E

Tints of Jewel #10704E

Color information

#10704E (or 0x10704E) is unknown color: approx Jewel. HEX triplet: 10, 70 and 4E. RGB value is (16,112,78). Sum of RGB (Red+Green+Blue) = 16+112+78=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #10704E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10704E is #EF8FB1. Grayscale: #4F4F4F. Windows color (decimal): -15699890 or 5140496. OLE color: 5140496.

HSL color Cylindrical-coordinate representation of color #10704E: hue angle of 158.75º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10704E is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1611278-
CMYK0.8600.300.56
HSL158.75º75%25.1%-
HSV(B)158.75º85.71%43.92%-
XYZ7.3812.259.18-
YUV79.42127.282.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.77%
GREEN value IS 112 (44.14% from 255) = 54.37%
BLUE value IS 78 (30.86% from 255) = 37.86%
R=7.77%
G=54.37%
B=37.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16112780.8600.300.56158.757525.1
Hex10704E5601E389f4b19
Octal201601161260367023711331
Binary1000011100001001110101011001111011100010011111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10704E; }

 p { color: rgb(16,112,78); }

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

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

 a { background-color: rgb(16,112,78); }

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

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

 span { border-color: rgb(16,112,78); }

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