#708B41

Color #708B41 Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #708B41

Tints of Dingley #708B41

Color information

#708B41 (or 0x708B41) is unknown color: approx 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

RGB11213965-
CMYK0.1900.530.45
HSL81.89º36.27%40%-
HSV(B)81.89º53.24%54.51%-
XYZ16.8722.298.41-
YUV122.4995.55120.52-

RGB Variations

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

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 (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112139650.1900.530.4581.8936.2740
Hex708B41130352D522428
Octal16021310123065551224450
Binary11100001000101110000011001101101011011011010010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>