Html Css Color HEX #708147 Dingley

📋 copy color: '#708147'

red 112 ◦ green 129 ◦ blue 71

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

Shades of Dingley #708147

Tints of Dingley #708147

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.35%

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

R = 35.9%
G = 41.35%
B = 22.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#708147 (or 0x708147) is known color: Dingley. HEX triplet: 70, 81 and 47. RGB value is (112,129,71). Sum of RGB (Red+Green+Blue) = 112+129+71=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 129 - color contains mainly: green. Hex color #708147 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708147 is #8F7EB8. Grayscale: #757575. Windows color (decimal): -9404089 or 4686192. OLE color: 4686192.

HSL color Cylindrical-coordinate representation of color #708147: hue angle of 77.59º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #708147 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 129 71 -
CMYK 0.13 0 0.45 0.49
HSL 77.59º 0.29% 0.39% -
HSV(B) 77.59º 0.45% 0.51% -
XYZ 15.67 19.6 8.92 -
YUV 117.31 101.87 124.22 -
System Red Green Blue C M Y K H S L
Decimal 112 129 71 0.13 0 0.45 0.49 77.59 0.29 0.39
Hex 70 81 47 D 0 2D 31 4E 1D 27
Octal 160 201 107 15 0 55 61 116 35 47
Binary 1110000 10000001 1000111 1101 0 101101 110001 1001110 11101 100111

Color Harmonies of #708147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708147

Black with #708147

Text Example


Text Example

White with #708147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708147; }

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

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

background-color css

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

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

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

border-color css

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

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

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