Html Css Color HEX #708940 Dingley

📋 copy color: '#708940'

red 112 ◦ green 137 ◦ blue 64

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

Shades of Dingley #708940

Tints of Dingley #708940

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.77%

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

R = 35.78%
G = 43.77%
B = 20.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#708940 (or 0x708940) is known color: Dingley. HEX triplet: 70, 89 and 40. RGB value is (112,137,64). Sum of RGB (Red+Green+Blue) = 112+137+64=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #708940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708940 is #8F76BF. Grayscale: #797979. Windows color (decimal): -9402048 or 4229488. OLE color: 4229488.

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

Color convert

RGB 112 137 64 -
CMYK 0.18 0 0.53 0.46
HSL 80.55º 0.36% 0.39% -
HSV(B) 80.55º 0.53% 0.54% -
XYZ 16.55 21.71 8.17 -
YUV 121.2 95.72 121.44 -
System Red Green Blue C M Y K H S L
Decimal 112 137 64 0.18 0 0.53 0.46 80.55 0.36 0.39
Hex 70 89 40 12 0 35 2E 51 24 27
Octal 160 211 100 22 0 65 56 121 44 47
Binary 1110000 10001001 1000000 10010 0 110101 101110 1010001 100100 100111

Color Harmonies of #708940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708940

Black with #708940

Text Example


Text Example

White with #708940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708940; }

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

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

background-color css

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

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

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

border-color css

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

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

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