#73971a

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

Shades of Olive Drab #73971A

Tints of Olive Drab #73971A

Color information

#73971A (or 0x73971A) is unknown color: approx Olive Drab. HEX triplet: 73, 97 and 1A. RGB value is (115,151,26). Sum of RGB (Red+Green+Blue) = 115+151+26=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 151 (59.38% from 255 or 51.71% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 151 - color contains mainly: green. Hex color #73971A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73971A is #8C68E5. Grayscale: #7E7E7E. Windows color (decimal): -9201894 or 1742707. OLE color: 1742707.

HSL color Cylindrical-coordinate representation of color #73971A: hue angle of 77.28º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73971A is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB11515126-
CMYK0.2400.830.41
HSL77.28º70.62%34.71%-
HSV(B)77.28º82.78%59.22%-
XYZ18.3225.855-
YUV125.9971.57120.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.38%
GREEN value IS 151 (59.38% from 255) = 51.71%
BLUE value IS 26 (10.55% from 255) = 8.90%
R=39.38%
G=51.71%
B=8.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal115151260.2400.830.4177.2870.6234.71
Hex73971A18053294d4723
Octal163227323001235111510743
Binary11100111001011111010110000101001110100110011011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73971a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73971a; }

 p { color: rgb(115,151,26); }

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

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

 a { background-color: rgb(115,151,26); }

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

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

 span { border-color: rgb(115,151,26); }

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