Html Css Color HEX #708C49 Dingley

📋 copy color: '#708C49'

red 112 ◦ green 140 ◦ blue 73

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

Shades of Dingley #708C49

Tints of Dingley #708C49

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.08%

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

R = 34.46%
G = 43.08%
B = 22.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#708C49 (or 0x708C49) is known color: Dingley. HEX triplet: 70, 8C and 49. RGB value is (112,140,73). Sum of RGB (Red+Green+Blue) = 112+140+73=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 140 - color contains mainly: green. Hex color #708C49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708C49 is #8F73B6. Grayscale: #7C7C7C. Windows color (decimal): -9401271 or 4820080. OLE color: 4820080.

HSL color Cylindrical-coordinate representation of color #708C49: hue angle of 85.07º degrees, saturation: 0.31, 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 #708C49 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 140 73 -
CMYK 0.20 0 0.48 0.45
HSL 85.07º 0.31% 0.42% -
HSV(B) 85.07º 0.48% 0.55% -
XYZ 17.26 22.68 9.77 -
YUV 123.99 99.22 119.45 -
System Red Green Blue C M Y K H S L
Decimal 112 140 73 0.20 0 0.48 0.45 85.07 0.31 0.42
Hex 70 8C 49 14 0 30 2D 55 1F 2A
Octal 160 214 111 24 0 60 55 125 37 52
Binary 1110000 10001100 1001001 10100 0 110000 101101 1010101 11111 101010

Color Harmonies of #708C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708C49

Black with #708C49

Text Example


Text Example

White with #708C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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