#73820B

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

Shades of Olive #73820B

Tints of Olive #73820B

Color information

#73820B (or 0x73820B) is unknown color: approx Olive. HEX triplet: 73, 82 and 0B. RGB value is (115,130,11). Sum of RGB (Red+Green+Blue) = 115+130+11=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #73820B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73820B is #8C7DF4. Grayscale: #707070. Windows color (decimal): -9207285 or 754291. OLE color: 754291.

HSL color Cylindrical-coordinate representation of color #73820B: hue angle of 67.56º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73820B is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB11513011-
CMYK0.1200.920.49
HSL67.56º84.4%27.65%-
HSV(B)67.56º91.54%50.98%-
XYZ15.1119.633.31-
YUV111.9571.03130.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.92%
GREEN value IS 130 (51.17% from 255) = 50.78%
BLUE value IS 11 (4.69% from 255) = 4.30%
R=44.92%
G=50.78%
B=4.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115130110.1200.920.4967.5684.427.65
Hex7382BC05C3144541c
Octal163202131401346110412434
Binary11100111000001010111100010111001100011000100101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73820B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73820B; }

 p { color: rgb(115,130,11); }

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

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

 a { background-color: rgb(115,130,11); }

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

<style>
 span { border-color: #73820B; }

 span { border-color: rgb(115,130,11); }

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