Html Css Color HEX #708849 Dingley

📋 copy color: '#708849'

red 112 ◦ green 136 ◦ blue 73

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

Shades of Dingley #708849

Tints of Dingley #708849

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.37%

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

R = 34.89%
G = 42.37%
B = 22.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#708849 (or 0x708849) is known color: Dingley. HEX triplet: 70, 88 and 49. RGB value is (112,136,73). Sum of RGB (Red+Green+Blue) = 112+136+73=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 136 - color contains mainly: green. Hex color #708849 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708849 is #8F77B6. Grayscale: #797979. Windows color (decimal): -9402295 or 4819056. OLE color: 4819056.

HSL color Cylindrical-coordinate representation of color #708849: hue angle of 82.86º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #708849 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 136 73 -
CMYK 0.18 0 0.46 0.47
HSL 82.86º 0.3% 0.41% -
HSV(B) 82.86º 0.46% 0.53% -
XYZ 16.69 21.53 9.58 -
YUV 121.64 100.55 121.12 -
System Red Green Blue C M Y K H S L
Decimal 112 136 73 0.18 0 0.46 0.47 82.86 0.3 0.41
Hex 70 88 49 12 0 2E 2F 53 1E 29
Octal 160 210 111 22 0 56 57 123 36 51
Binary 1110000 10001000 1001001 10010 0 101110 101111 1010011 11110 101001

Color Harmonies of #708849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708849

Black with #708849

Text Example


Text Example

White with #708849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708849; }

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

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

background-color css

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

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

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

border-color css

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

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

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