#84790D

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

Shades of Olive #84790D

Tints of Olive #84790D

Color information

#84790D (or 0x84790D) is unknown color: approx Olive. HEX triplet: 84, 79 and 0D. RGB value is (132,121,13). Sum of RGB (Red+Green+Blue) = 132+121+13=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #84790D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84790D is #7B86F2. Grayscale: #707070. Windows color (decimal): -8095475 or 883076. OLE color: 883076.

HSL color Cylindrical-coordinate representation of color #84790D: hue angle of 54.45º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84790D is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB13212113-
CMYK00.080.900.48
HSL54.45º82.07%28.43%-
HSV(B)54.45º90.15%51.76%-
XYZ16.4318.613.11-
YUV111.9872.14142.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.62%
GREEN value IS 121 (47.66% from 255) = 45.49%
BLUE value IS 13 (5.47% from 255) = 4.89%
R=49.62%
G=45.49%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321211300.080.900.4854.4582.0728.43
Hex8479D085A3036521c
Octal20417115010132606612234
Binary1000010011110011101010001011010110000110110101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84790D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,121,13); }

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

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

 a { background-color: rgb(132,121,13); }

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

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

 span { border-color: rgb(132,121,13); }

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