Html Css Color HEX #708B42 Dingley

📋 copy color: '#708B42'

red 112 ◦ green 139 ◦ blue 66

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

Shades of Dingley #708B42

Tints of Dingley #708B42

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.85%

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

R = 35.33%
G = 43.85%
B = 20.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#708B42 (or 0x708B42) is known color: Dingley. HEX triplet: 70, 8B and 42. RGB value is (112,139,66). Sum of RGB (Red+Green+Blue) = 112+139+66=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 139 - color contains mainly: green. Hex color #708B42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708B42 is #8F74BD. Grayscale: #7A7A7A. Windows color (decimal): -9401534 or 4361072. OLE color: 4361072.

HSL color Cylindrical-coordinate representation of color #708B42: hue angle of 82.19º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #708B42 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 139 66 -
CMYK 0.19 0 0.53 0.45
HSL 82.19º 0.36% 0.4% -
HSV(B) 82.19º 0.53% 0.55% -
XYZ 16.9 22.3 8.57 -
YUV 122.61 96.05 120.44 -
System Red Green Blue C M Y K H S L
Decimal 112 139 66 0.19 0 0.53 0.45 82.19 0.36 0.4
Hex 70 8B 42 13 0 35 2D 52 24 28
Octal 160 213 102 23 0 65 55 122 44 50
Binary 1110000 10001011 1000010 10011 0 110101 101101 1010010 100100 101000

Color Harmonies of #708B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708B42

Black with #708B42

Text Example


Text Example

White with #708B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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