#718A4C

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

Shades of Dingley #718A4C

Tints of Dingley #718A4C

Color information

#718A4C (or 0x718A4C) is unknown color: approx Dingley. HEX triplet: 71, 8A and 4C. RGB value is (113,138,76). Sum of RGB (Red+Green+Blue) = 113+138+76=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 138 - color contains mainly: green. Hex color #718A4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718A4C is #8E75B3. Grayscale: #7B7B7B. Windows color (decimal): -9336244 or 5016177. OLE color: 5016177.

HSL color Cylindrical-coordinate representation of color #718A4C: hue angle of 84.19º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #718A4C is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB11313876-
CMYK0.1800.450.46
HSL84.19º28.97%41.96%-
HSV(B)84.19º44.93%54.12%-
XYZ17.222.2110.22-
YUV123.46101.22120.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.56%
GREEN value IS 138 (54.30% from 255) = 42.20%
BLUE value IS 76 (30.08% from 255) = 23.24%
R=34.56%
G=42.20%
B=23.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113138760.1800.450.4684.1928.9741.96
Hex718A4C1202D2E541d2a
Octal16121211422055561243552
Binary1110001100010101001100100100101101101110101010011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718A4C; }

 p { color: rgb(113,138,76); }

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

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

 a { background-color: rgb(113,138,76); }

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

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

 span { border-color: rgb(113,138,76); }

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