#728E1A

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

Shades of Olive Drab #728E1A

Tints of Olive Drab #728E1A

Color information

#728E1A (or 0x728E1A) is unknown color: approx Olive Drab. HEX triplet: 72, 8E and 1A. RGB value is (114,142,26). Sum of RGB (Red+Green+Blue) = 114+142+26=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 142 (55.86% from 255 or 50.35% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 142 - color contains mainly: green. Hex color #728E1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728E1A is #8D71E5. Grayscale: #787878. Windows color (decimal): -9269734 or 1740402. OLE color: 1740402.

HSL color Cylindrical-coordinate representation of color #728E1A: hue angle of 74.48º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #728E1A is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB11414226-
CMYK0.2000.820.44
HSL74.48º69.05%32.94%-
HSV(B)74.48º81.69%55.69%-
XYZ16.8234.53-
YUV120.474.72123.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.43%
GREEN value IS 142 (55.86% from 255) = 50.35%
BLUE value IS 26 (10.55% from 255) = 9.22%
R=40.43%
G=50.35%
B=9.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114142260.2000.820.4474.4869.0532.94
Hex728E1A140522C4a4521
Octal162216322401225411210541
Binary11100101000111011010101000101001010110010010101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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