#72894B

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

Shades of Dingley #72894B

Tints of Dingley #72894B

Color information

#72894B (or 0x72894B) is unknown color: approx Dingley. HEX triplet: 72, 89 and 4B. RGB value is (114,137,75). Sum of RGB (Red+Green+Blue) = 114+137+75=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #72894B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72894B is #8D76B4. Grayscale: #7B7B7B. Windows color (decimal): -9270965 or 4950386. OLE color: 4950386.

HSL color Cylindrical-coordinate representation of color #72894B: hue angle of 82.26º 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 #72894B is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB11413775-
CMYK0.1700.450.46
HSL82.26º29.25%41.57%-
HSV(B)82.26º45.26%53.73%-
XYZ17.1621.989.99-
YUV123.06100.88121.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.97%
GREEN value IS 137 (53.91% from 255) = 42.02%
BLUE value IS 75 (29.69% from 255) = 23.01%
R=34.97%
G=42.02%
B=23.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal114137750.1700.450.4682.2629.2541.57
Hex72894B1102D2E521d2a
Octal16221111321055561223552
Binary1110010100010011001011100010101101101110101001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72894B; }

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

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

<style>
 a { background-color: #72894B; }

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

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

<style>
 span { border-color: #72894B; }

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

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