Html Css Color HEX #708242 Dingley

📋 copy color: '#708242'

red 112 ◦ green 130 ◦ blue 66

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

Shades of Dingley #708242

Tints of Dingley #708242

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.21%

 BLUE value IS 66 (26.17% from 255) = 21.43%

R = 36.36%
G = 42.21%
B = 21.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#708242 (or 0x708242) is known color: Dingley. HEX triplet: 70, 82 and 42. RGB value is (112,130,66). Sum of RGB (Red+Green+Blue) = 112+130+66=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #708242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708242 is #8F7DBD. Grayscale: #757575. Windows color (decimal): -9403838 or 4358768. OLE color: 4358768.

HSL color Cylindrical-coordinate representation of color #708242: hue angle of 76.88º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #708242 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 130 66 -
CMYK 0.14 0 0.49 0.49
HSL 76.88º 0.33% 0.38% -
HSV(B) 76.88º 0.49% 0.51% -
XYZ 15.65 19.8 8.15 -
YUV 117.32 99.04 124.2 -
System Red Green Blue C M Y K H S L
Decimal 112 130 66 0.14 0 0.49 0.49 76.88 0.33 0.38
Hex 70 82 42 E 0 31 31 4D 21 26
Octal 160 202 102 16 0 61 61 115 41 46
Binary 1110000 10000010 1000010 1110 0 110001 110001 1001101 100001 100110

Color Harmonies of #708242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708242

Black with #708242

Text Example


Text Example

White with #708242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708242; }

 p { color: rgb(112,130,66); }

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

background-color css

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

 a { background-color: rgb(112,130,66); }

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

border-color css

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

 span { border-color: rgb(112,130,66); }

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