#72940D

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

Shades of Olive Drab #72940D

Tints of Olive Drab #72940D

Color information

#72940D (or 0x72940D) is unknown color: approx Olive Drab. HEX triplet: 72, 94 and 0D. RGB value is (114,148,13). Sum of RGB (Red+Green+Blue) = 114+148+13=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 148 (58.20% from 255 or 53.82% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 148 - color contains mainly: green. Hex color #72940D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72940D is #8D6BF2. Grayscale: #7A7A7A. Windows color (decimal): -9268211 or 889970. OLE color: 889970.

HSL color Cylindrical-coordinate representation of color #72940D: hue angle of 75.11º 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 #72940D is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB11414813-
CMYK0.2300.910.42
HSL75.11º83.85%31.57%-
HSV(B)75.11º91.22%58.04%-
XYZ17.624.794.24-
YUV122.4466.24121.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.45%
GREEN value IS 148 (58.20% from 255) = 53.82%
BLUE value IS 13 (5.47% from 255) = 4.73%
R=41.45%
G=53.82%
B=4.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114148130.2300.910.4275.1183.8531.57
Hex7294D1705B2A4b5420
Octal162224152701335211312440
Binary1110010100101001101101110101101110101010010111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72940D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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