Html Css Color HEX #708649 Dingley

📋 copy color: '#708649'

red 112 ◦ green 134 ◦ blue 73

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

Shades of Dingley #708649

Tints of Dingley #708649

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.01%

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

R = 35.11%
G = 42.01%
B = 22.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#708649 (or 0x708649) is known color: Dingley. HEX triplet: 70, 86 and 49. RGB value is (112,134,73). Sum of RGB (Red+Green+Blue) = 112+134+73=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 134 - color contains mainly: green. Hex color #708649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708649 is #8F79B6. Grayscale: #787878. Windows color (decimal): -9402807 or 4818544. OLE color: 4818544.

HSL color Cylindrical-coordinate representation of color #708649: hue angle of 81.64º degrees, saturation: 0.29, 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 #708649 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 134 73 -
CMYK 0.16 0 0.46 0.47
HSL 81.64º 0.29% 0.41% -
HSV(B) 81.64º 0.46% 0.53% -
XYZ 16.41 20.98 9.49 -
YUV 120.47 101.21 121.96 -
System Red Green Blue C M Y K H S L
Decimal 112 134 73 0.16 0 0.46 0.47 81.64 0.29 0.41
Hex 70 86 49 10 0 2E 2F 52 1D 29
Octal 160 206 111 20 0 56 57 122 35 51
Binary 1110000 10000110 1001001 10000 0 101110 101111 1010010 11101 101001

Color Harmonies of #708649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708649

Black with #708649

Text Example


Text Example

White with #708649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708649; }

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

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

background-color css

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

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

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

border-color css

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

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

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