Html Css Color HEX #708947 Dingley

📋 copy color: '#708947'

red 112 ◦ green 137 ◦ blue 71

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

Shades of Dingley #708947

Tints of Dingley #708947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.19%

R = 35%
G = 42.81%
B = 22.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.46

RGB Variations

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

Color information

#708947 (or 0x708947) is known color: Dingley. HEX triplet: 70, 89 and 47. RGB value is (112,137,71). Sum of RGB (Red+Green+Blue) = 112+137+71=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 137 - color contains mainly: green. Hex color #708947 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708947 is #8F76B8. Grayscale: #7A7A7A. Windows color (decimal): -9402041 or 4688240. OLE color: 4688240.

HSL color Cylindrical-coordinate representation of color #708947: hue angle of 82.73º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #708947 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 137 71 -
CMYK 0.18 0 0.48 0.46
HSL 82.73º 0.32% 0.41% -
HSV(B) 82.73º 0.48% 0.54% -
XYZ 16.77 21.79 9.28 -
YUV 122 99.22 120.87 -
System Red Green Blue C M Y K H S L
Decimal 112 137 71 0.18 0 0.48 0.46 82.73 0.32 0.41
Hex 70 89 47 12 0 30 2E 53 20 29
Octal 160 211 107 22 0 60 56 123 40 51
Binary 1110000 10001001 1000111 10010 0 110000 101110 1010011 100000 101001

Color Harmonies of #708947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708947

Black with #708947

Text Example


Text Example

White with #708947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708947; }

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

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

background-color css

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

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

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

border-color css

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

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

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