Html Css Color HEX #708C47 Dingley

📋 copy color: '#708C47'

red 112 ◦ green 140 ◦ blue 71

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

Shades of Dingley #708C47

Tints of Dingley #708C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.98%

R = 34.67%
G = 43.34%
B = 21.98%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#708C47 (or 0x708C47) is known color: Dingley. HEX triplet: 70, 8C and 47. RGB value is (112,140,71). Sum of RGB (Red+Green+Blue) = 112+140+71=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 140 - color contains mainly: green. Hex color #708C47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708C47 is #8F73B8. Grayscale: #7C7C7C. Windows color (decimal): -9401273 or 4689008. OLE color: 4689008.

HSL color Cylindrical-coordinate representation of color #708C47: hue angle of 84.35º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #708C47 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 140 71 -
CMYK 0.20 0 0.49 0.45
HSL 84.35º 0.33% 0.41% -
HSV(B) 84.35º 0.49% 0.55% -
XYZ 17.2 22.66 9.43 -
YUV 123.76 98.22 119.61 -
System Red Green Blue C M Y K H S L
Decimal 112 140 71 0.20 0 0.49 0.45 84.35 0.33 0.41
Hex 70 8C 47 14 0 31 2D 54 21 29
Octal 160 214 107 24 0 61 55 124 41 51
Binary 1110000 10001100 1000111 10100 0 110001 101101 1010100 100001 101001

Color Harmonies of #708C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708C47

Black with #708C47

Text Example


Text Example

White with #708C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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