Html Css Color HEX #70874C Dingley

📋 copy color: '#70874C'

red 112 ◦ green 135 ◦ blue 76

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

Shades of Dingley #70874C

Tints of Dingley #70874C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.8%

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

R = 34.67%
G = 41.8%
B = 23.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#70874C (or 0x70874C) is known color: Dingley. HEX triplet: 70, 87 and 4C. RGB value is (112,135,76). Sum of RGB (Red+Green+Blue) = 112+135+76=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 135 - color contains mainly: green. Hex color #70874C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70874C is #8F78B3. Grayscale: #797979. Windows color (decimal): -9402548 or 5015408. OLE color: 5015408.

HSL color Cylindrical-coordinate representation of color #70874C: hue angle of 83.39º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70874C is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 135 76 -
CMYK 0.17 0 0.44 0.47
HSL 83.39º 0.28% 0.41% -
HSV(B) 83.39º 0.44% 0.53% -
XYZ 16.65 21.29 10.07 -
YUV 121.4 102.38 121.3 -
System Red Green Blue C M Y K H S L
Decimal 112 135 76 0.17 0 0.44 0.47 83.39 0.28 0.41
Hex 70 87 4C 11 0 2C 2F 53 1C 29
Octal 160 207 114 21 0 54 57 123 34 51
Binary 1110000 10000111 1001100 10001 0 101100 101111 1010011 11100 101001

Color Harmonies of #70874C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70874C

Black with #70874C

Text Example


Text Example

White with #70874C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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