#728621

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

Shades of Olive Drab #728621

Tints of Olive Drab #728621

Color information

#728621 (or 0x728621) is unknown color: approx Olive Drab. HEX triplet: 72, 86 and 21. RGB value is (114,134,33). Sum of RGB (Red+Green+Blue) = 114+134+33=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #728621 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728621 is #8D79DE. Grayscale: #747474. Windows color (decimal): -9271775 or 2197106. OLE color: 2197106.

HSL color Cylindrical-coordinate representation of color #728621: hue angle of 71.88º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #728621 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB11413433-
CMYK0.1500.750.47
HSL71.88º60.48%32.75%-
HSV(B)71.88º75.37%52.55%-
XYZ15.7420.744.61-
YUV116.5180.87126.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.57%
GREEN value IS 134 (52.73% from 255) = 47.69%
BLUE value IS 33 (13.28% from 255) = 11.74%
R=40.57%
G=47.69%
B=11.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114134330.1500.750.4771.8860.4832.75
Hex728621F04B2F483c21
Octal16220641170113571107441
Binary1110010100001101000011111010010111011111001000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728621; }

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

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

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

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

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

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

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

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