#728E2A

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

Shades of Olive Drab #728E2A

Tints of Olive Drab #728E2A

Color information

#728E2A (or 0x728E2A) is unknown color: approx Olive Drab. HEX triplet: 72, 8E and 2A. RGB value is (114,142,42). Sum of RGB (Red+Green+Blue) = 114+142+42=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 142 (55.86% from 255 or 47.65% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 142 - color contains mainly: green. Hex color #728E2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728E2A is #8D71D5. Grayscale: #7A7A7A. Windows color (decimal): -9269718 or 2788978. OLE color: 2788978.

HSL color Cylindrical-coordinate representation of color #728E2A: hue angle of 76.8º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #728E2A is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB11414242-
CMYK0.2000.700.44
HSL76.8º54.35%36.08%-
HSV(B)76.8º70.42%55.69%-
XYZ17.0323.095.75-
YUV122.2382.72122.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.26%
GREEN value IS 142 (55.86% from 255) = 47.65%
BLUE value IS 42 (16.80% from 255) = 14.09%
R=38.26%
G=47.65%
B=14.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114142420.2000.700.4476.854.3536.08
Hex728E2A140462C4d3624
Octal16221652240106541156644
Binary11100101000111010101010100010001101011001001101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,142,42); }

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

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

 a { background-color: rgb(114,142,42); }

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

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

 span { border-color: rgb(114,142,42); }

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