Html Css Color HEX #708C4A Dingley

📋 copy color: '#708C4A'

red 112 ◦ green 140 ◦ blue 74

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

Shades of Dingley #708C4A

Tints of Dingley #708C4A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.94%

 BLUE value IS 74 (29.3% from 255) = 22.7%

R = 34.36%
G = 42.94%
B = 22.7%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#708C4A (or 0x708C4A) is known color: Dingley. HEX triplet: 70, 8C and 4A. RGB value is (112,140,74). Sum of RGB (Red+Green+Blue) = 112+140+74=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 140 - color contains mainly: green. Hex color #708C4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708C4A is #8F73B5. Grayscale: #7C7C7C. Windows color (decimal): -9401270 or 4885616. OLE color: 4885616.

HSL color Cylindrical-coordinate representation of color #708C4A: hue angle of 85.45º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #708C4A is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 140 74 -
CMYK 0.20 0 0.47 0.45
HSL 85.45º 0.31% 0.42% -
HSV(B) 85.45º 0.47% 0.55% -
XYZ 17.3 22.7 9.95 -
YUV 124.1 99.72 119.37 -
System Red Green Blue C M Y K H S L
Decimal 112 140 74 0.20 0 0.47 0.45 85.45 0.31 0.42
Hex 70 8C 4A 14 0 2F 2D 55 1F 2A
Octal 160 214 112 24 0 57 55 125 37 52
Binary 1110000 10001100 1001010 10100 0 101111 101101 1010101 11111 101010

Color Harmonies of #708C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708C4A

Black with #708C4A

Text Example


Text Example

White with #708C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708C4A; }

 p { color: rgb(112,140,74); }

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

background-color css

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

 a { background-color: rgb(112,140,74); }

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

border-color css

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

 span { border-color: rgb(112,140,74); }

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