Html Css Color HEX #708341 Dingley

📋 copy color: '#708341'

red 112 ◦ green 131 ◦ blue 65

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

Shades of Dingley #708341

Tints of Dingley #708341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.1%

R = 36.36%
G = 42.53%
B = 21.1%

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

#708341 (or 0x708341) is known color: Dingley. HEX triplet: 70, 83 and 41. RGB value is (112,131,65). Sum of RGB (Red+Green+Blue) = 112+131+65=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 131 - color contains mainly: green. Hex color #708341 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708341 is #8F7CBE. Grayscale: #767676. Windows color (decimal): -9403583 or 4293488. OLE color: 4293488.

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

Color convert

RGB 112 131 65 -
CMYK 0.15 0 0.50 0.49
HSL 77.27º 0.34% 0.38% -
HSV(B) 77.27º 0.5% 0.51% -
XYZ 15.75 20.06 8.04 -
YUV 117.8 98.21 123.87 -
System Red Green Blue C M Y K H S L
Decimal 112 131 65 0.15 0 0.50 0.49 77.27 0.34 0.38
Hex 70 83 41 F 0 32 31 4D 22 26
Octal 160 203 101 17 0 62 61 115 42 46
Binary 1110000 10000011 1000001 1111 0 110010 110001 1001101 100010 100110

Color Harmonies of #708341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708341

Black with #708341

Text Example


Text Example

White with #708341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708341; }

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

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

background-color css

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

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

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

border-color css

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

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

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