Html Css Color HEX #708740 Dingley

📋 copy color: '#708740'

red 112 ◦ green 135 ◦ blue 64

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

Shades of Dingley #708740

Tints of Dingley #708740

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.41%

 BLUE value IS 64 (25.39% from 255) = 20.58%

R = 36.01%
G = 43.41%
B = 20.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#708740 (or 0x708740) is known color: Dingley. HEX triplet: 70, 87 and 40. RGB value is (112,135,64). Sum of RGB (Red+Green+Blue) = 112+135+64=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 135 - color contains mainly: green. Hex color #708740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708740 is #8F78BF. Grayscale: #787878. Windows color (decimal): -9402560 or 4228976. OLE color: 4228976.

HSL color Cylindrical-coordinate representation of color #708740: hue angle of 79.44º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #708740 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 135 64 -
CMYK 0.17 0 0.53 0.47
HSL 79.44º 0.36% 0.39% -
HSV(B) 79.44º 0.53% 0.53% -
XYZ 16.27 21.14 8.07 -
YUV 120.03 96.38 122.27 -
System Red Green Blue C M Y K H S L
Decimal 112 135 64 0.17 0 0.53 0.47 79.44 0.36 0.39
Hex 70 87 40 11 0 35 2F 4F 24 27
Octal 160 207 100 21 0 65 57 117 44 47
Binary 1110000 10000111 1000000 10001 0 110101 101111 1001111 100100 100111

Color Harmonies of #708740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708740

Black with #708740

Text Example


Text Example

White with #708740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708740; }

 p { color: rgb(112,135,64); }

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

background-color css

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

 a { background-color: rgb(112,135,64); }

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

border-color css

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

 span { border-color: rgb(112,135,64); }

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