Html Css Color HEX #10704B Jewel

📋 copy color: '#10704B'

red 16 ◦ green 112 ◦ blue 75

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

Shades of Jewel #10704B

Tints of Jewel #10704B

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

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

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

RGB 16 112 75 -
CMYK 0.86 0 0.33 0.56
HSL 156.88º 0.75% 0.25% -
HSV(B) 156.88º 0.86% 0.44% -
XYZ 7.28 12.21 8.63 -
YUV 79.08 125.7 83.01 -
System Red Green Blue C M Y K H S L
Decimal 16 112 75 0.86 0 0.33 0.56 156.88 0.75 0.25
Hex 10 70 4B 56 0 21 38 9D 4B 19
Octal 20 160 113 126 0 41 70 235 113 31
Binary 10000 1110000 1001011 1010110 0 100001 111000 10011101 1001011 11001

Color Harmonies of #10704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10704B

Black with #10704B

Text Example


Text Example

White with #10704B

Text Example


Text Example

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