Html Css Color HEX #70884D Dingley

📋 copy color: '#70884D'

red 112 ◦ green 136 ◦ blue 77

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

Shades of Dingley #70884D

Tints of Dingley #70884D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.85%

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

R = 34.46%
G = 41.85%
B = 23.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#70884D (or 0x70884D) is known color: Dingley. HEX triplet: 70, 88 and 4D. RGB value is (112,136,77). Sum of RGB (Red+Green+Blue) = 112+136+77=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 136 - color contains mainly: green. Hex color #70884D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70884D is #8F77B2. Grayscale: #7A7A7A. Windows color (decimal): -9402291 or 5081200. OLE color: 5081200.

HSL color Cylindrical-coordinate representation of color #70884D: hue angle of 84.41º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70884D is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 136 77 -
CMYK 0.18 0 0.43 0.47
HSL 84.41º 0.28% 0.42% -
HSV(B) 84.41º 0.43% 0.53% -
XYZ 16.83 21.59 10.3 -
YUV 122.1 102.55 120.8 -
System Red Green Blue C M Y K H S L
Decimal 112 136 77 0.18 0 0.43 0.47 84.41 0.28 0.42
Hex 70 88 4D 12 0 2B 2F 54 1C 2A
Octal 160 210 115 22 0 53 57 124 34 52
Binary 1110000 10001000 1001101 10010 0 101011 101111 1010100 11100 101010

Color Harmonies of #70884D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70884D

Black with #70884D

Text Example


Text Example

White with #70884D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70884D; }

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

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

background-color css

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

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

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

border-color css

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

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

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