#728B2B

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

Shades of Olive Drab #728B2B

Tints of Olive Drab #728B2B

Color information

#728B2B (or 0x728B2B) is unknown color: approx Olive Drab. HEX triplet: 72, 8B and 2B. RGB value is (114,139,43). Sum of RGB (Red+Green+Blue) = 114+139+43=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 139 (54.69% from 255 or 46.96% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 139 - color contains mainly: green. Hex color #728B2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728B2B is #8D74D4. Grayscale: #787878. Windows color (decimal): -9270485 or 2853746. OLE color: 2853746.

HSL color Cylindrical-coordinate representation of color #728B2B: hue angle of 75.62º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #728B2B is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB11413943-
CMYK0.1800.690.45
HSL75.62º52.75%35.69%-
HSV(B)75.62º69.06%54.51%-
XYZ16.6122.225.7-
YUV120.5884.22123.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.51%
GREEN value IS 139 (54.69% from 255) = 46.96%
BLUE value IS 43 (17.19% from 255) = 14.53%
R=38.51%
G=46.96%
B=14.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114139430.1800.690.4575.6252.7535.69
Hex728B2B120452D4c3524
Octal16221353220105551146544
Binary11100101000101110101110010010001011011011001100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,139,43); }

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

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

 a { background-color: rgb(114,139,43); }

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

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

 span { border-color: rgb(114,139,43); }

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