#728F34

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

Shades of Olive Drab #728F34

Tints of Olive Drab #728F34

Color information

#728F34 (or 0x728F34) is unknown color: approx Olive Drab. HEX triplet: 72, 8F and 34. RGB value is (114,143,52). Sum of RGB (Red+Green+Blue) = 114+143+52=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 143 (56.25% from 255 or 46.28% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 143 - color contains mainly: green. Hex color #728F34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728F34 is #8D70CB. Grayscale: #7C7C7C. Windows color (decimal): -9269452 or 3444594. OLE color: 3444594.

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

Color convert

RGB11414352-
CMYK0.2000.640.44
HSL79.12º46.67%38.24%-
HSV(B)79.12º63.64%56.08%-
XYZ17.3823.476.86-
YUV123.9587.39120.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.89%
GREEN value IS 143 (56.25% from 255) = 46.28%
BLUE value IS 52 (20.70% from 255) = 16.83%
R=36.89%
G=46.28%
B=16.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114143520.2000.640.4479.1246.6738.24
Hex728F34140402C4f2f26
Octal16221764240100541175746
Binary11100101000111111010010100010000001011001001111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,143,52); }

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

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

 a { background-color: rgb(114,143,52); }

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

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

 span { border-color: rgb(114,143,52); }

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