Html Css Color HEX #708347 Dingley

📋 copy color: '#708347'

red 112 ◦ green 131 ◦ blue 71

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

Shades of Dingley #708347

Tints of Dingley #708347

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.72%

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

R = 35.67%
G = 41.72%
B = 22.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#708347 (or 0x708347) is known color: Dingley. HEX triplet: 70, 83 and 47. RGB value is (112,131,71). Sum of RGB (Red+Green+Blue) = 112+131+71=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 131 - color contains mainly: green. Hex color #708347 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708347 is #8F7CB8. Grayscale: #767676. Windows color (decimal): -9403577 or 4686704. OLE color: 4686704.

HSL color Cylindrical-coordinate representation of color #708347: hue angle of 79º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #708347 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 131 71 -
CMYK 0.15 0 0.46 0.49
HSL 79º 0.3% 0.4% -
HSV(B) 79º 0.46% 0.51% -
XYZ 15.94 20.13 9.01 -
YUV 118.48 101.21 123.38 -
System Red Green Blue C M Y K H S L
Decimal 112 131 71 0.15 0 0.46 0.49 79 0.3 0.4
Hex 70 83 47 F 0 2E 31 4F 1E 28
Octal 160 203 107 17 0 56 61 117 36 50
Binary 1110000 10000011 1000111 1111 0 101110 110001 1001111 11110 101000

Color Harmonies of #708347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708347

Black with #708347

Text Example


Text Example

White with #708347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708347; }

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

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

background-color css

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

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

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

border-color css

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

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

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