Html Css Color HEX #708C45 Dingley

📋 copy color: '#708C45'

red 112 ◦ green 140 ◦ blue 69

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

Shades of Dingley #708C45

Tints of Dingley #708C45

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.61%

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

R = 34.89%
G = 43.61%
B = 21.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.51

 K value IS 0.45

RGB Variations

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

Color information

#708C45 (or 0x708C45) is known color: Dingley. HEX triplet: 70, 8C and 45. RGB value is (112,140,69). Sum of RGB (Red+Green+Blue) = 112+140+69=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 140 - color contains mainly: green. Hex color #708C45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708C45 is #8F73BA. Grayscale: #7B7B7B. Windows color (decimal): -9401275 or 4557936. OLE color: 4557936.

HSL color Cylindrical-coordinate representation of color #708C45: hue angle of 83.66º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #708C45 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 140 69 -
CMYK 0.20 0 0.51 0.45
HSL 83.66º 0.34% 0.41% -
HSV(B) 83.66º 0.51% 0.55% -
XYZ 17.13 22.63 9.1 -
YUV 123.53 97.22 119.77 -
System Red Green Blue C M Y K H S L
Decimal 112 140 69 0.20 0 0.51 0.45 83.66 0.34 0.41
Hex 70 8C 45 14 0 33 2D 54 22 29
Octal 160 214 105 24 0 63 55 124 42 51
Binary 1110000 10001100 1000101 10100 0 110011 101101 1010100 100010 101001

Color Harmonies of #708C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708C45

Black with #708C45

Text Example


Text Example

White with #708C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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