Html Css Color HEX #70814C Dingley

📋 copy color: '#70814C'

red 112 ◦ green 129 ◦ blue 76

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

Shades of Dingley #70814C

Tints of Dingley #70814C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.69%

 BLUE value IS 76 (30.08% from 255) = 23.97%

R = 35.33%
G = 40.69%
B = 23.97%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#70814C (or 0x70814C) is known color: Dingley. HEX triplet: 70, 81 and 4C. RGB value is (112,129,76). Sum of RGB (Red+Green+Blue) = 112+129+76=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 129 - color contains mainly: green. Hex color #70814C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70814C is #8F7EB3. Grayscale: #767676. Windows color (decimal): -9404084 or 5013872. OLE color: 5013872.

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

Color convert

RGB 112 129 76 -
CMYK 0.13 0 0.41 0.49
HSL 79.25º 0.26% 0.4% -
HSV(B) 79.25º 0.41% 0.51% -
XYZ 15.84 19.67 9.8 -
YUV 117.88 104.37 123.81 -
System Red Green Blue C M Y K H S L
Decimal 112 129 76 0.13 0 0.41 0.49 79.25 0.26 0.4
Hex 70 81 4C D 0 29 31 4F 1A 28
Octal 160 201 114 15 0 51 61 117 32 50
Binary 1110000 10000001 1001100 1101 0 101001 110001 1001111 11010 101000

Color Harmonies of #70814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70814C

Black with #70814C

Text Example


Text Example

White with #70814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70814C; }

 p { color: rgb(112,129,76); }

 H1.HeaderClassName
 {
   color: #70814C;
 }
 .AnyTagClassName
 {
   color: #70814C;
 }
</style>

background-color css

<style>
 a { background-color: #70814C; }

 a { background-color: rgb(112,129,76); }

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

border-color css

<style>
 span { border-color: #70814C; }

 span { border-color: rgb(112,129,76); }

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