#728A4B

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

Shades of Dingley #728A4B

Tints of Dingley #728A4B

Color information

#728A4B (or 0x728A4B) is unknown color: approx Dingley. HEX triplet: 72, 8A and 4B. RGB value is (114,138,75). Sum of RGB (Red+Green+Blue) = 114+138+75=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 138 - color contains mainly: green. Hex color #728A4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728A4B is #8D75B4. Grayscale: #7B7B7B. Windows color (decimal): -9270709 or 4950642. OLE color: 4950642.

HSL color Cylindrical-coordinate representation of color #728A4B: hue angle of 82.86º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #728A4B is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB11413875-
CMYK0.1700.460.46
HSL82.86º29.58%41.76%-
HSV(B)82.86º45.65%54.12%-
XYZ17.322.2610.04-
YUV123.64100.55121.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.86%
GREEN value IS 138 (54.30% from 255) = 42.20%
BLUE value IS 75 (29.69% from 255) = 22.94%
R=34.86%
G=42.20%
B=22.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal114138750.1700.460.4682.8629.5841.76
Hex728A4B1102E2E531e2a
Octal16221211321056561233652
Binary1110010100010101001011100010101110101110101001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728A4B; }

 p { color: rgb(114,138,75); }

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

<style>
 a { background-color: #728A4B; }

 a { background-color: rgb(114,138,75); }

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

<style>
 span { border-color: #728A4B; }

 span { border-color: rgb(114,138,75); }

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