Html Css Color HEX #708340 Dingley

📋 copy color: '#708340'

red 112 ◦ green 131 ◦ blue 64

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

Shades of Dingley #708340

Tints of Dingley #708340

RGB

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

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

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

R = 36.48%
G = 42.67%
B = 20.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#708340 (or 0x708340) is known color: Dingley. HEX triplet: 70, 83 and 40. RGB value is (112,131,64). Sum of RGB (Red+Green+Blue) = 112+131+64=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 131 - color contains mainly: green. Hex color #708340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708340 is #8F7CBF. Grayscale: #757575. Windows color (decimal): -9403584 or 4227952. OLE color: 4227952.

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

Color convert

RGB 112 131 64 -
CMYK 0.15 0 0.51 0.49
HSL 77.01º 0.34% 0.38% -
HSV(B) 77.01º 0.51% 0.51% -
XYZ 15.72 20.05 7.89 -
YUV 117.68 97.71 123.95 -
System Red Green Blue C M Y K H S L
Decimal 112 131 64 0.15 0 0.51 0.49 77.01 0.34 0.38
Hex 70 83 40 F 0 33 31 4D 22 26
Octal 160 203 100 17 0 63 61 115 42 46
Binary 1110000 10000011 1000000 1111 0 110011 110001 1001101 100010 100110

Color Harmonies of #708340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708340

Black with #708340

Text Example


Text Example

White with #708340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708340; }

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

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

background-color css

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

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

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

border-color css

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

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

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