Html Css Color HEX #708A4D Dingley

📋 copy color: '#708A4D'

red 112 ◦ green 138 ◦ blue 77

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

Shades of Dingley #708A4D

Tints of Dingley #708A4D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.2%

 BLUE value IS 77 (30.47% from 255) = 23.55%

R = 34.25%
G = 42.2%
B = 23.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#708A4D (or 0x708A4D) is known color: Dingley. HEX triplet: 70, 8A and 4D. RGB value is (112,138,77). Sum of RGB (Red+Green+Blue) = 112+138+77=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 138 - color contains mainly: green. Hex color #708A4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708A4D is #8F75B2. Grayscale: #7B7B7B. Windows color (decimal): -9401779 or 5081712. OLE color: 5081712.

HSL color Cylindrical-coordinate representation of color #708A4D: hue angle of 85.57º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #708A4D is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 138 77 -
CMYK 0.19 0 0.44 0.46
HSL 85.57º 0.28% 0.42% -
HSV(B) 85.57º 0.44% 0.54% -
XYZ 17.11 22.16 10.4 -
YUV 123.27 101.89 119.96 -
System Red Green Blue C M Y K H S L
Decimal 112 138 77 0.19 0 0.44 0.46 85.57 0.28 0.42
Hex 70 8A 4D 13 0 2C 2E 56 1C 2A
Octal 160 212 115 23 0 54 56 126 34 52
Binary 1110000 10001010 1001101 10011 0 101100 101110 1010110 11100 101010

Color Harmonies of #708A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708A4D

Black with #708A4D

Text Example


Text Example

White with #708A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,138,77); }

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

background-color css

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

 a { background-color: rgb(112,138,77); }

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

border-color css

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

 span { border-color: rgb(112,138,77); }

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