Html Css Color HEX #708547 Dingley

📋 copy color: '#708547'

red 112 ◦ green 133 ◦ blue 71

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

Shades of Dingley #708547

Tints of Dingley #708547

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.09%

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

R = 35.44%
G = 42.09%
B = 22.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#708547 (or 0x708547) is known color: Dingley. HEX triplet: 70, 85 and 47. RGB value is (112,133,71). Sum of RGB (Red+Green+Blue) = 112+133+71=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #708547 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708547 is #8F7AB8. Grayscale: #777777. Windows color (decimal): -9403065 or 4687216. OLE color: 4687216.

HSL color Cylindrical-coordinate representation of color #708547: hue angle of 80.32º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #708547 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 133 71 -
CMYK 0.16 0 0.47 0.48
HSL 80.32º 0.3% 0.4% -
HSV(B) 80.32º 0.47% 0.52% -
XYZ 16.21 20.67 9.1 -
YUV 119.65 100.54 122.54 -
System Red Green Blue C M Y K H S L
Decimal 112 133 71 0.16 0 0.47 0.48 80.32 0.3 0.4
Hex 70 85 47 10 0 2F 30 50 1E 28
Octal 160 205 107 20 0 57 60 120 36 50
Binary 1110000 10000101 1000111 10000 0 101111 110000 1010000 11110 101000

Color Harmonies of #708547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708547

Black with #708547

Text Example


Text Example

White with #708547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708547; }

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

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

background-color css

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

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

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

border-color css

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

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

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