#84800F

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

Shades of Olive #84800F

Tints of Olive #84800F

Color information

#84800F (or 0x84800F) is unknown color: approx Olive. HEX triplet: 84, 80 and 0F. RGB value is (132,128,15). Sum of RGB (Red+Green+Blue) = 132+128+15=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #84800F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84800F is #7B7FF0. Grayscale: #747474. Windows color (decimal): -8093681 or 1015940. OLE color: 1015940.

HSL color Cylindrical-coordinate representation of color #84800F: hue angle of 57.95º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84800F is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB13212815-
CMYK00.030.890.48
HSL57.95º79.59%28.82%-
HSV(B)57.95º88.64%51.76%-
XYZ17.3220.383.47-
YUV116.3170.83139.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48%
GREEN value IS 128 (50.39% from 255) = 46.55%
BLUE value IS 15 (6.25% from 255) = 5.45%
R=48%
G=46.55%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321281500.030.890.4857.9579.5928.82
Hex8480F0359303a501d
Octal2042001703131607212035
Binary100001001000000011110111011001110000111010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84800F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84800F; }

 p { color: rgb(132,128,15); }

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

<style>
 a { background-color: #84800F; }

 a { background-color: rgb(132,128,15); }

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

<style>
 span { border-color: #84800F; }

 span { border-color: rgb(132,128,15); }

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