Html Css Color HEX #708545 Dingley

📋 copy color: '#708545'

red 112 ◦ green 133 ◦ blue 69

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

Shades of Dingley #708545

Tints of Dingley #708545

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.36%

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

R = 35.67%
G = 42.36%
B = 21.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#708545 (or 0x708545) is known color: Dingley. HEX triplet: 70, 85 and 45. RGB value is (112,133,69). Sum of RGB (Red+Green+Blue) = 112+133+69=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #708545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708545 is #8F7ABA. Grayscale: #777777. Windows color (decimal): -9403067 or 4556144. OLE color: 4556144.

HSL color Cylindrical-coordinate representation of color #708545: hue angle of 79.69º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #708545 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 133 69 -
CMYK 0.16 0 0.48 0.48
HSL 79.69º 0.32% 0.4% -
HSV(B) 79.69º 0.48% 0.52% -
XYZ 16.14 20.65 8.77 -
YUV 119.43 99.54 122.7 -
System Red Green Blue C M Y K H S L
Decimal 112 133 69 0.16 0 0.48 0.48 79.69 0.32 0.4
Hex 70 85 45 10 0 30 30 50 20 28
Octal 160 205 105 20 0 60 60 120 40 50
Binary 1110000 10000101 1000101 10000 0 110000 110000 1010000 100000 101000

Color Harmonies of #708545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708545

Black with #708545

Text Example


Text Example

White with #708545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708545; }

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

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

background-color css

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

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

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

border-color css

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

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

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