#73951C

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

Shades of Olive Drab #73951C

Tints of Olive Drab #73951C

Color information

#73951C (or 0x73951C) is unknown color: approx Olive Drab. HEX triplet: 73, 95 and 1C. RGB value is (115,149,28). Sum of RGB (Red+Green+Blue) = 115+149+28=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 149 (58.59% from 255 or 51.03% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 149 - color contains mainly: green. Hex color #73951C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73951C is #8C6AE3. Grayscale: #7D7D7D. Windows color (decimal): -9202404 or 1873267. OLE color: 1873267.

HSL color Cylindrical-coordinate representation of color #73951C: hue angle of 76.86º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #73951C is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB11514928-
CMYK0.2300.810.42
HSL76.86º68.36%34.71%-
HSV(B)76.86º81.21%58.43%-
XYZ18.0325.225.02-
YUV125.0473.24120.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.38%
GREEN value IS 149 (58.59% from 255) = 51.03%
BLUE value IS 28 (11.33% from 255) = 9.59%
R=39.38%
G=51.03%
B=9.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115149280.2300.810.4276.8668.3634.71
Hex73951C170512A4d4423
Octal163225342701215211510443
Binary11100111001010111100101110101000110101010011011000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73951C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73951C; }

 p { color: rgb(115,149,28); }

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

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

 a { background-color: rgb(115,149,28); }

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

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

 span { border-color: rgb(115,149,28); }

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