#107047

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

Shades of Jewel #107047

Tints of Jewel #107047

Color information

#107047 (or 0x107047) is unknown color: approx Jewel. HEX triplet: 10, 70 and 47. RGB value is (16,112,71). Sum of RGB (Red+Green+Blue) = 16+112+71=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 71 (28.12% from 255 or 35.68% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #107047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107047 is #EF8FB8. Grayscale: #4E4E4E. Windows color (decimal): -15699897 or 4681744. OLE color: 4681744.

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

Color convert

RGB1611271-
CMYK0.8600.370.56
HSL154.38º75%25.1%-
HSV(B)154.38º85.71%43.92%-
XYZ7.1512.157.93-
YUV78.62123.783.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.04%
GREEN value IS 112 (44.14% from 255) = 56.28%
BLUE value IS 71 (28.12% from 255) = 35.68%
R=8.04%
G=56.28%
B=35.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16112710.8600.370.56154.387525.1
Hex10704756025389a4b19
Octal201601071260457023211331
Binary10000111000010001111010110010010111100010011010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107047; }

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

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

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

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

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

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

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

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