Html Css Color HEX #708145 Dingley

📋 copy color: '#708145'

red 112 ◦ green 129 ◦ blue 69

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

Shades of Dingley #708145

Tints of Dingley #708145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.26%

R = 36.13%
G = 41.61%
B = 22.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#708145 (or 0x708145) is known color: Dingley. HEX triplet: 70, 81 and 45. RGB value is (112,129,69). Sum of RGB (Red+Green+Blue) = 112+129+69=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #708145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708145 is #8F7EBA. Grayscale: #757575. Windows color (decimal): -9404091 or 4555120. OLE color: 4555120.

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

Color convert

RGB 112 129 69 -
CMYK 0.13 0 0.47 0.49
HSL 77º 0.3% 0.39% -
HSV(B) 77º 0.47% 0.51% -
XYZ 15.61 19.57 8.59 -
YUV 117.08 100.87 124.38 -
System Red Green Blue C M Y K H S L
Decimal 112 129 69 0.13 0 0.47 0.49 77 0.3 0.39
Hex 70 81 45 D 0 2F 31 4D 1E 27
Octal 160 201 105 15 0 57 61 115 36 47
Binary 1110000 10000001 1000101 1101 0 101111 110001 1001101 11110 100111

Color Harmonies of #708145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708145

Black with #708145

Text Example


Text Example

White with #708145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708145; }

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

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

background-color css

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

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

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

border-color css

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

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

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