Html Css Color HEX #70864B Dingley

📋 copy color: '#70864B'

red 112 ◦ green 134 ◦ blue 75

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

Shades of Dingley #70864B

Tints of Dingley #70864B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.74%

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

R = 34.89%
G = 41.74%
B = 23.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#70864B (or 0x70864B) is known color: Dingley. HEX triplet: 70, 86 and 4B. RGB value is (112,134,75). Sum of RGB (Red+Green+Blue) = 112+134+75=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #70864B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70864B is #8F79B4. Grayscale: #787878. Windows color (decimal): -9402805 or 4949616. OLE color: 4949616.

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

Color convert

RGB 112 134 75 -
CMYK 0.16 0 0.44 0.47
HSL 82.37º 0.28% 0.41% -
HSV(B) 82.37º 0.44% 0.53% -
XYZ 16.48 21 9.84 -
YUV 120.7 102.21 121.8 -
System Red Green Blue C M Y K H S L
Decimal 112 134 75 0.16 0 0.44 0.47 82.37 0.28 0.41
Hex 70 86 4B 10 0 2C 2F 52 1C 29
Octal 160 206 113 20 0 54 57 122 34 51
Binary 1110000 10000110 1001011 10000 0 101100 101111 1010010 11100 101001

Color Harmonies of #70864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70864B

Black with #70864B

Text Example


Text Example

White with #70864B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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