Html Css Color HEX #10704E Jewel

📋 copy color: '#10704E'

red 16 ◦ green 112 ◦ blue 78

#10704E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #10704E

Tints of Jewel #10704E

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 value IS 0.86

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#10704E (or 0x10704E) is known color: 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

RGB 16 112 78 -
CMYK 0.86 0 0.30 0.56
HSL 158.75º 0.75% 0.25% -
HSV(B) 158.75º 0.86% 0.44% -
XYZ 7.38 12.25 9.18 -
YUV 79.42 127.2 82.76 -
System Red Green Blue C M Y K H S L
Decimal 16 112 78 0.86 0 0.30 0.56 158.75 0.75 0.25
Hex 10 70 4E 56 0 1E 38 9F 4B 19
Octal 20 160 116 126 0 36 70 237 113 31
Binary 10000 1110000 1001110 1010110 0 11110 111000 10011111 1001011 11001

Color Harmonies of #10704E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10704E

Black with #10704E

Text Example


Text Example

White with #10704E

Text Example


Text Example

HTML Codes & Css Web 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>