Html Css Color HEX #70874B Dingley

📋 copy color: '#70874B'

red 112 ◦ green 135 ◦ blue 75

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

Shades of Dingley #70874B

Tints of Dingley #70874B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.29%

R = 34.78%
G = 41.93%
B = 23.29%

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

#70874B (or 0x70874B) is known color: Dingley. HEX triplet: 70, 87 and 4B. RGB value is (112,135,75). Sum of RGB (Red+Green+Blue) = 112+135+75=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 135 - color contains mainly: green. Hex color #70874B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70874B is #8F78B4. Grayscale: #797979. Windows color (decimal): -9402549 or 4949872. OLE color: 4949872.

HSL color Cylindrical-coordinate representation of color #70874B: hue angle of 83º degrees, saturation: 0.29, 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 #70874B is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 135 75 -
CMYK 0.17 0 0.44 0.47
HSL 83º 0.29% 0.41% -
HSV(B) 83º 0.44% 0.53% -
XYZ 16.62 21.28 9.89 -
YUV 121.28 101.88 121.38 -
System Red Green Blue C M Y K H S L
Decimal 112 135 75 0.17 0 0.44 0.47 83 0.29 0.41
Hex 70 87 4B 11 0 2C 2F 53 1D 29
Octal 160 207 113 21 0 54 57 123 35 51
Binary 1110000 10000111 1001011 10001 0 101100 101111 1010011 11101 101001

Color Harmonies of #70874B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70874B

Black with #70874B

Text Example


Text Example

White with #70874B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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