Html Css Color HEX #70894B Dingley

📋 copy color: '#70894B'

red 112 ◦ green 137 ◦ blue 75

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

Shades of Dingley #70894B

Tints of Dingley #70894B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.28%

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

R = 34.57%
G = 42.28%
B = 23.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#70894B (or 0x70894B) is known color: Dingley. HEX triplet: 70, 89 and 4B. RGB value is (112,137,75). Sum of RGB (Red+Green+Blue) = 112+137+75=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 137 - color contains mainly: green. Hex color #70894B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70894B is #8F76B4. Grayscale: #7A7A7A. Windows color (decimal): -9402037 or 4950384. OLE color: 4950384.

HSL color Cylindrical-coordinate representation of color #70894B: hue angle of 84.19º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70894B is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 137 75 -
CMYK 0.18 0 0.45 0.46
HSL 84.19º 0.29% 0.42% -
HSV(B) 84.19º 0.45% 0.54% -
XYZ 16.9 21.84 9.98 -
YUV 122.46 101.22 120.54 -
System Red Green Blue C M Y K H S L
Decimal 112 137 75 0.18 0 0.45 0.46 84.19 0.29 0.42
Hex 70 89 4B 12 0 2D 2E 54 1D 2A
Octal 160 211 113 22 0 55 56 124 35 52
Binary 1110000 10001001 1001011 10010 0 101101 101110 1010100 11101 101010

Color Harmonies of #70894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70894B

Black with #70894B

Text Example


Text Example

White with #70894B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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