Html Css Color HEX #708146 Dingley

📋 copy color: '#708146'

red 112 ◦ green 129 ◦ blue 70

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

Shades of Dingley #708146

Tints of Dingley #708146

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.48%

 BLUE value IS 70 (27.73% from 255) = 22.51%

R = 36.01%
G = 41.48%
B = 22.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#708146 (or 0x708146) is known color: Dingley. HEX triplet: 70, 81 and 46. RGB value is (112,129,70). Sum of RGB (Red+Green+Blue) = 112+129+70=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 129 - color contains mainly: green. Hex color #708146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708146 is #8F7EB9. Grayscale: #757575. Windows color (decimal): -9404090 or 4620656. OLE color: 4620656.

HSL color Cylindrical-coordinate representation of color #708146: hue angle of 77.29º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #708146 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 129 70 -
CMYK 0.13 0 0.46 0.49
HSL 77.29º 0.3% 0.39% -
HSV(B) 77.29º 0.46% 0.51% -
XYZ 15.64 19.59 8.75 -
YUV 117.19 101.37 124.3 -
System Red Green Blue C M Y K H S L
Decimal 112 129 70 0.13 0 0.46 0.49 77.29 0.3 0.39
Hex 70 81 46 D 0 2E 31 4D 1E 27
Octal 160 201 106 15 0 56 61 115 36 47
Binary 1110000 10000001 1000110 1101 0 101110 110001 1001101 11110 100111

Color Harmonies of #708146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708146

Black with #708146

Text Example


Text Example

White with #708146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708146; }

 p { color: rgb(112,129,70); }

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

background-color css

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

 a { background-color: rgb(112,129,70); }

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

border-color css

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

 span { border-color: rgb(112,129,70); }

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