Html Css Color HEX #708B41 Dingley

📋 copy color: '#708B41'

red 112 ◦ green 139 ◦ blue 65

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

Shades of Dingley #708B41

Tints of Dingley #708B41

RGB

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

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

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

R = 35.44%
G = 43.99%
B = 20.57%

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

#708B41 (or 0x708B41) is known color: Dingley. HEX triplet: 70, 8B and 41. RGB value is (112,139,65). Sum of RGB (Red+Green+Blue) = 112+139+65=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 139 - color contains mainly: green. Hex color #708B41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708B41 is #8F74BE. Grayscale: #7A7A7A. Windows color (decimal): -9401535 or 4295536. OLE color: 4295536.

HSL color Cylindrical-coordinate representation of color #708B41: hue angle of 81.89º 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 #708B41 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 139 65 -
CMYK 0.19 0 0.53 0.45
HSL 81.89º 0.36% 0.4% -
HSV(B) 81.89º 0.53% 0.55% -
XYZ 16.87 22.29 8.41 -
YUV 122.49 95.55 120.52 -
System Red Green Blue C M Y K H S L
Decimal 112 139 65 0.19 0 0.53 0.45 81.89 0.36 0.4
Hex 70 8B 41 13 0 35 2D 52 24 28
Octal 160 213 101 23 0 65 55 122 44 50
Binary 1110000 10001011 1000001 10011 0 110101 101101 1010010 100100 101000

Color Harmonies of #708B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708B41

Black with #708B41

Text Example


Text Example

White with #708B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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