Html Css Color HEX #70854D Dingley

📋 copy color: '#70854D'

red 112 ◦ green 133 ◦ blue 77

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

Shades of Dingley #70854D

Tints of Dingley #70854D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.3%

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

R = 34.78%
G = 41.3%
B = 23.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#70854D (or 0x70854D) is known color: Dingley. HEX triplet: 70, 85 and 4D. RGB value is (112,133,77). Sum of RGB (Red+Green+Blue) = 112+133+77=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #70854D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70854D is #8F7AB2. Grayscale: #787878. Windows color (decimal): -9403059 or 5080432. OLE color: 5080432.

HSL color Cylindrical-coordinate representation of color #70854D: hue angle of 82.5º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70854D is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 133 77 -
CMYK 0.16 0 0.42 0.48
HSL 82.5º 0.27% 0.41% -
HSV(B) 82.5º 0.42% 0.52% -
XYZ 16.41 20.76 10.16 -
YUV 120.34 103.54 122.05 -
System Red Green Blue C M Y K H S L
Decimal 112 133 77 0.16 0 0.42 0.48 82.5 0.27 0.41
Hex 70 85 4D 10 0 2A 30 52 1B 29
Octal 160 205 115 20 0 52 60 122 33 51
Binary 1110000 10000101 1001101 10000 0 101010 110000 1010010 11011 101001

Color Harmonies of #70854D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70854D

Black with #70854D

Text Example


Text Example

White with #70854D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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