Html Css Color HEX #708D4A Dingley

📋 copy color: '#708D4A'

red 112 ◦ green 141 ◦ blue 74

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

Shades of Dingley #708D4A

Tints of Dingley #708D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.63%

R = 34.25%
G = 43.12%
B = 22.63%

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

#708D4A (or 0x708D4A) is known color: Dingley. HEX triplet: 70, 8D and 4A. RGB value is (112,141,74). Sum of RGB (Red+Green+Blue) = 112+141+74=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 141 - color contains mainly: green. Hex color #708D4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708D4A is #8F72B5. Grayscale: #7C7C7C. Windows color (decimal): -9401014 or 4885872. OLE color: 4885872.

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

Color convert

RGB 112 141 74 -
CMYK 0.21 0 0.48 0.45
HSL 85.97º 0.31% 0.42% -
HSV(B) 85.97º 0.48% 0.55% -
XYZ 17.44 22.99 10 -
YUV 124.69 99.39 118.95 -
System Red Green Blue C M Y K H S L
Decimal 112 141 74 0.21 0 0.48 0.45 85.97 0.31 0.42
Hex 70 8D 4A 15 0 30 2D 56 1F 2A
Octal 160 215 112 25 0 60 55 126 37 52
Binary 1110000 10001101 1001010 10101 0 110000 101101 1010110 11111 101010

Color Harmonies of #708D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708D4A

Black with #708D4A

Text Example


Text Example

White with #708D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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