#10704B

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

Shades of Jewel #10704B

Tints of Jewel #10704B

Color information

#10704B (or 0x10704B) is unknown color: approx Jewel. HEX triplet: 10, 70 and 4B. RGB value is (16,112,75). Sum of RGB (Red+Green+Blue) = 16+112+75=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #10704B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10704B is #EF8FB4. Grayscale: #4F4F4F. Windows color (decimal): -15699893 or 4943888. OLE color: 4943888.

HSL color Cylindrical-coordinate representation of color #10704B: hue angle of 156.88º 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 #10704B is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1611275-
CMYK0.8600.330.56
HSL156.88º75%25.1%-
HSV(B)156.88º85.71%43.92%-
XYZ7.2812.218.63-
YUV79.08125.783.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.88%
GREEN value IS 112 (44.14% from 255) = 55.17%
BLUE value IS 75 (29.69% from 255) = 36.95%
R=7.88%
G=55.17%
B=36.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16112750.8600.330.56156.887525.1
Hex10704B56021389d4b19
Octal201601131260417023511331
Binary10000111000010010111010110010000111100010011101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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