Html Css Color HEX #708644 Dingley

📋 copy color: '#708644'

red 112 ◦ green 134 ◦ blue 68

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

Shades of Dingley #708644

Tints of Dingley #708644

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.68%

 BLUE value IS 68 (26.95% from 255) = 21.66%

R = 35.67%
G = 42.68%
B = 21.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#708644 (or 0x708644) is known color: Dingley. HEX triplet: 70, 86 and 44. RGB value is (112,134,68). Sum of RGB (Red+Green+Blue) = 112+134+68=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 134 - color contains mainly: green. Hex color #708644 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708644 is #8F79BB. Grayscale: #787878. Windows color (decimal): -9402812 or 4490864. OLE color: 4490864.

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

Color convert

RGB 112 134 68 -
CMYK 0.16 0 0.49 0.47
HSL 80º 0.33% 0.4% -
HSV(B) 80º 0.49% 0.53% -
XYZ 16.25 20.91 8.65 -
YUV 119.9 98.71 122.37 -
System Red Green Blue C M Y K H S L
Decimal 112 134 68 0.16 0 0.49 0.47 80 0.33 0.4
Hex 70 86 44 10 0 31 2F 50 21 28
Octal 160 206 104 20 0 61 57 120 41 50
Binary 1110000 10000110 1000100 10000 0 110001 101111 1010000 100001 101000

Color Harmonies of #708644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708644

Black with #708644

Text Example


Text Example

White with #708644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708644; }

 p { color: rgb(112,134,68); }

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

background-color css

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

 a { background-color: rgb(112,134,68); }

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

border-color css

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

 span { border-color: rgb(112,134,68); }

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