Html Css Color HEX #708241 Dingley

📋 copy color: '#708241'

red 112 ◦ green 130 ◦ blue 65

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

Shades of Dingley #708241

Tints of Dingley #708241

RGB

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

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

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

R = 36.48%
G = 42.35%
B = 21.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#708241 (or 0x708241) is known color: Dingley. HEX triplet: 70, 82 and 41. RGB value is (112,130,65). Sum of RGB (Red+Green+Blue) = 112+130+65=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #708241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708241 is #8F7DBE. Grayscale: #757575. Windows color (decimal): -9403839 or 4293232. OLE color: 4293232.

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

Color convert

RGB 112 130 65 -
CMYK 0.14 0 0.50 0.49
HSL 76.62º 0.33% 0.38% -
HSV(B) 76.62º 0.5% 0.51% -
XYZ 15.62 19.79 8 -
YUV 117.21 98.54 124.29 -
System Red Green Blue C M Y K H S L
Decimal 112 130 65 0.14 0 0.50 0.49 76.62 0.33 0.38
Hex 70 82 41 E 0 32 31 4D 21 26
Octal 160 202 101 16 0 62 61 115 41 46
Binary 1110000 10000010 1000001 1110 0 110010 110001 1001101 100001 100110

Color Harmonies of #708241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708241

Black with #708241

Text Example


Text Example

White with #708241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708241; }

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

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

background-color css

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

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

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

border-color css

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

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

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