Html Css Color HEX #708D49 Dingley

📋 copy color: '#708D49'

red 112 ◦ green 141 ◦ blue 73

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

Shades of Dingley #708D49

Tints of Dingley #708D49

RGB

 RED value IS 112 (44.14% from 255) = 34.36%

 GREEN value IS 141 (55.47% from 255) = 43.25%

 BLUE value IS 73 (28.91% from 255) = 22.39%

R = 34.36%
G = 43.25%
B = 22.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#708D49 (or 0x708D49) is known color: Dingley. HEX triplet: 70, 8D and 49. RGB value is (112,141,73). Sum of RGB (Red+Green+Blue) = 112+141+73=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 141 - color contains mainly: green. Hex color #708D49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708D49 is #8F72B6. Grayscale: #7C7C7C. Windows color (decimal): -9401015 or 4820336. OLE color: 4820336.

HSL color Cylindrical-coordinate representation of color #708D49: hue angle of 85.59º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #708D49 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 141 73 -
CMYK 0.21 0 0.48 0.45
HSL 85.59º 0.32% 0.42% -
HSV(B) 85.59º 0.48% 0.55% -
XYZ 17.41 22.98 9.82 -
YUV 124.58 98.89 119.03 -
System Red Green Blue C M Y K H S L
Decimal 112 141 73 0.21 0 0.48 0.45 85.59 0.32 0.42
Hex 70 8D 49 15 0 30 2D 56 20 2A
Octal 160 215 111 25 0 60 55 126 40 52
Binary 1110000 10001101 1001001 10101 0 110000 101101 1010110 100000 101010

Color Harmonies of #708D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708D49

Black with #708D49

Text Example


Text Example

White with #708D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708D49; }

 p { color: rgb(112,141,73); }

 H1.HeaderClassName
 {
   color: #708D49;
 }
 .AnyTagClassName
 {
   color: #708D49;
 }
</style>

background-color css

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

 a { background-color: rgb(112,141,73); }

 div.DivClassName
 {
   background-color: #708D49;
 }
 .BgClassName
 {
   background-color: #708D49;
 }
</style>

border-color css

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

 span { border-color: rgb(112,141,73); }

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