Html Css Color HEX #70834D Dingley

📋 copy color: '#70834D'

red 112 ◦ green 131 ◦ blue 77

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

Shades of Dingley #70834D

Tints of Dingley #70834D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.94%

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

R = 35%
G = 40.94%
B = 24.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#70834D (or 0x70834D) is known color: Dingley. HEX triplet: 70, 83 and 4D. RGB value is (112,131,77). Sum of RGB (Red+Green+Blue) = 112+131+77=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 131 - color contains mainly: green. Hex color #70834D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70834D is #8F7CB2. Grayscale: #777777. Windows color (decimal): -9403571 or 5079920. OLE color: 5079920.

HSL color Cylindrical-coordinate representation of color #70834D: hue angle of 81.11º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70834D is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 131 77 -
CMYK 0.15 0 0.41 0.49
HSL 81.11º 0.26% 0.41% -
HSV(B) 81.11º 0.41% 0.51% -
XYZ 16.14 20.21 10.07 -
YUV 119.16 104.21 122.89 -
System Red Green Blue C M Y K H S L
Decimal 112 131 77 0.15 0 0.41 0.49 81.11 0.26 0.41
Hex 70 83 4D F 0 29 31 51 1A 29
Octal 160 203 115 17 0 51 61 121 32 51
Binary 1110000 10000011 1001101 1111 0 101001 110001 1010001 11010 101001

Color Harmonies of #70834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70834D

Black with #70834D

Text Example


Text Example

White with #70834D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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