Html Css Color HEX #708142 Dingley

📋 copy color: '#708142'

red 112 ◦ green 129 ◦ blue 66

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

Shades of Dingley #708142

Tints of Dingley #708142

RGB

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

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

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

R = 36.48%
G = 42.02%
B = 21.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#708142 (or 0x708142) is known color: Dingley. HEX triplet: 70, 81 and 42. RGB value is (112,129,66). Sum of RGB (Red+Green+Blue) = 112+129+66=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 129 - color contains mainly: green. Hex color #708142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708142 is #8F7EBD. Grayscale: #747474. Windows color (decimal): -9404094 or 4358512. OLE color: 4358512.

HSL color Cylindrical-coordinate representation of color #708142: hue angle of 76.19º degrees, saturation: 0.32, 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 #708142 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 129 66 -
CMYK 0.13 0 0.49 0.49
HSL 76.19º 0.32% 0.38% -
HSV(B) 76.19º 0.49% 0.51% -
XYZ 15.52 19.54 8.11 -
YUV 116.74 99.37 124.62 -
System Red Green Blue C M Y K H S L
Decimal 112 129 66 0.13 0 0.49 0.49 76.19 0.32 0.38
Hex 70 81 42 D 0 31 31 4C 20 26
Octal 160 201 102 15 0 61 61 114 40 46
Binary 1110000 10000001 1000010 1101 0 110001 110001 1001100 100000 100110

Color Harmonies of #708142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708142

Black with #708142

Text Example


Text Example

White with #708142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708142; }

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

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

background-color css

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

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

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

border-color css

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

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

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