Html Css Color HEX #708342 Dingley

📋 copy color: '#708342'

red 112 ◦ green 131 ◦ blue 66

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

Shades of Dingley #708342

Tints of Dingley #708342

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.39%

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

R = 36.25%
G = 42.39%
B = 21.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#708342 (or 0x708342) is known color: Dingley. HEX triplet: 70, 83 and 42. RGB value is (112,131,66). Sum of RGB (Red+Green+Blue) = 112+131+66=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #708342 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708342 is #8F7CBD. Grayscale: #767676. Windows color (decimal): -9403582 or 4359024. OLE color: 4359024.

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

Color convert

RGB 112 131 66 -
CMYK 0.15 0 0.50 0.49
HSL 77.54º 0.33% 0.39% -
HSV(B) 77.54º 0.5% 0.51% -
XYZ 15.78 20.07 8.2 -
YUV 117.91 98.71 123.79 -
System Red Green Blue C M Y K H S L
Decimal 112 131 66 0.15 0 0.50 0.49 77.54 0.33 0.39
Hex 70 83 42 F 0 32 31 4E 21 27
Octal 160 203 102 17 0 62 61 116 41 47
Binary 1110000 10000011 1000010 1111 0 110010 110001 1001110 100001 100111

Color Harmonies of #708342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708342

Black with #708342

Text Example


Text Example

White with #708342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708342; }

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

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

background-color css

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

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

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

border-color css

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

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

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