Html Css Color HEX #708F48 Dingley

📋 copy color: '#708F48'

red 112 ◦ green 143 ◦ blue 72

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

Shades of Dingley #708F48

Tints of Dingley #708F48

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.73%

 BLUE value IS 72 (28.52% from 255) = 22.02%

R = 34.25%
G = 43.73%
B = 22.02%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#708F48 (or 0x708F48) is known color: Dingley. HEX triplet: 70, 8F and 48. RGB value is (112,143,72). Sum of RGB (Red+Green+Blue) = 112+143+72=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 143 - color contains mainly: green. Hex color #708F48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708F48 is #8F70B7. Grayscale: #7D7D7D. Windows color (decimal): -9400504 or 4755312. OLE color: 4755312.

HSL color Cylindrical-coordinate representation of color #708F48: hue angle of 86.2º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #708F48 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 143 72 -
CMYK 0.22 0 0.50 0.44
HSL 86.2º 0.33% 0.42% -
HSV(B) 86.2º 0.5% 0.56% -
XYZ 17.67 23.56 9.75 -
YUV 125.64 97.73 118.27 -
System Red Green Blue C M Y K H S L
Decimal 112 143 72 0.22 0 0.50 0.44 86.2 0.33 0.42
Hex 70 8F 48 16 0 32 2C 56 21 2A
Octal 160 217 110 26 0 62 54 126 41 52
Binary 1110000 10001111 1001000 10110 0 110010 101100 1010110 100001 101010

Color Harmonies of #708F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708F48

Black with #708F48

Text Example


Text Example

White with #708F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,143,72); }

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

background-color css

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

 a { background-color: rgb(112,143,72); }

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

border-color css

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

 span { border-color: rgb(112,143,72); }

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