#728628

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

Shades of Olive Drab #728628

Tints of Olive Drab #728628

Color information

#728628 (or 0x728628) is unknown color: approx Olive Drab. HEX triplet: 72, 86 and 28. RGB value is (114,134,40). Sum of RGB (Red+Green+Blue) = 114+134+40=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 134 - color contains mainly: green. Hex color #728628 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728628 is #8D79D7. Grayscale: #757575. Windows color (decimal): -9271768 or 2655858. OLE color: 2655858.

HSL color Cylindrical-coordinate representation of color #728628: hue angle of 72.77º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #728628 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB11413440-
CMYK0.1500.700.47
HSL72.77º54.02%34.12%-
HSV(B)72.77º70.15%52.55%-
XYZ15.8520.785.18-
YUV117.384.37125.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.58%
GREEN value IS 134 (52.73% from 255) = 46.53%
BLUE value IS 40 (16.02% from 255) = 13.89%
R=39.58%
G=46.53%
B=13.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114134400.1500.700.4772.7754.0234.12
Hex728628F0462F493622
Octal16220650170106571116642
Binary1110010100001101010001111010001101011111001001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728628; }

 p { color: rgb(114,134,40); }

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

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

 a { background-color: rgb(114,134,40); }

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

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

 span { border-color: rgb(114,134,40); }

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