#708A4E

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

Shades of Dingley #708A4E

Tints of Dingley #708A4E

Color information

#708A4E (or 0x708A4E) is unknown color: approx Dingley. HEX triplet: 70, 8A and 4E. RGB value is (112,138,78). Sum of RGB (Red+Green+Blue) = 112+138+78=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 138 - color contains mainly: green. Hex color #708A4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708A4E is #8F75B1. Grayscale: #7B7B7B. Windows color (decimal): -9401778 or 5147248. OLE color: 5147248.

HSL color Cylindrical-coordinate representation of color #708A4E: hue angle of 86º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #708A4E is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB11213878-
CMYK0.1900.430.46
HSL86º27.78%42.35%-
HSV(B)86º43.48%54.12%-
XYZ17.1522.1710.58-
YUV123.39102.39119.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.15%
GREEN value IS 138 (54.30% from 255) = 42.07%
BLUE value IS 78 (30.86% from 255) = 23.78%
R=34.15%
G=42.07%
B=23.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112138780.1900.430.468627.7842.35
Hex708A4E1302B2E561c2a
Octal16021211623053561263452
Binary1110000100010101001110100110101011101110101011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,138,78); }

 H1.HeaderClassName
 {
   color: #708A4E;
 }
 .AnyTagClassName
 {
   color: #708A4E;
 }
</style>
background-color css

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

 a { background-color: rgb(112,138,78); }

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

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

 span { border-color: rgb(112,138,78); }

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