#73940D

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

Shades of Olive Drab #73940D

Tints of Olive Drab #73940D

Color information

#73940D (or 0x73940D) is unknown color: approx Olive Drab. HEX triplet: 73, 94 and 0D. RGB value is (115,148,13). Sum of RGB (Red+Green+Blue) = 115+148+13=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #73940D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73940D is #8C6BF2. Grayscale: #7B7B7B. Windows color (decimal): -9202675 or 889971. OLE color: 889971.

HSL color Cylindrical-coordinate representation of color #73940D: hue angle of 74.67º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73940D is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB11514813-
CMYK0.2200.910.42
HSL74.67º83.85%31.57%-
HSV(B)74.67º91.22%58.04%-
XYZ17.7324.854.24-
YUV122.7466.07122.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.67%
GREEN value IS 148 (58.20% from 255) = 53.62%
BLUE value IS 13 (5.47% from 255) = 4.71%
R=41.67%
G=53.62%
B=4.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115148130.2200.910.4274.6783.8531.57
Hex7394D1605B2A4b5420
Octal163224152601335211312440
Binary1110011100101001101101100101101110101010010111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73940D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73940D; }

 p { color: rgb(115,148,13); }

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

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

 a { background-color: rgb(115,148,13); }

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

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

 span { border-color: rgb(115,148,13); }

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