#728B30

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

Shades of Olive Drab #728B30

Tints of Olive Drab #728B30

Color information

#728B30 (or 0x728B30) is unknown color: approx Olive Drab. HEX triplet: 72, 8B and 30. RGB value is (114,139,48). Sum of RGB (Red+Green+Blue) = 114+139+48=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 139 (54.69% from 255 or 46.18% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 139 - color contains mainly: green. Hex color #728B30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728B30 is #8D74CF. Grayscale: #797979. Windows color (decimal): -9270480 or 3181426. OLE color: 3181426.

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

Color convert

RGB11413948-
CMYK0.1800.650.45
HSL76.48º48.66%36.67%-
HSV(B)76.48º65.47%54.51%-
XYZ16.7122.266.21-
YUV121.1586.72122.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.87%
GREEN value IS 139 (54.69% from 255) = 46.18%
BLUE value IS 48 (19.14% from 255) = 15.95%
R=37.87%
G=46.18%
B=15.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114139480.1800.650.4576.4848.6636.67
Hex728B30120412D4c3125
Octal16221360220101551146145
Binary11100101000101111000010010010000011011011001100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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