#84780A

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

Shades of Olive #84780A

Tints of Olive #84780A

Color information

#84780A (or 0x84780A) is unknown color: approx Olive. HEX triplet: 84, 78 and 0A. RGB value is (132,120,10). Sum of RGB (Red+Green+Blue) = 132+120+10=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #84780A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84780A is #7B87F5. Grayscale: #6F6F6F. Windows color (decimal): -8095734 or 686212. OLE color: 686212.

HSL color Cylindrical-coordinate representation of color #84780A: hue angle of 54.1º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84780A is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB13212010-
CMYK00.090.920.48
HSL54.1º85.92%27.84%-
HSV(B)54.1º92.42%51.76%-
XYZ16.2918.362.97-
YUV111.0570.98142.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.38%
GREEN value IS 120 (47.27% from 255) = 45.80%
BLUE value IS 10 (4.30% from 255) = 3.82%
R=50.38%
G=45.80%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321201000.090.920.4854.185.9227.84
Hex8478A095C3036561c
Octal20417012011134606612634
Binary1000010011110001010010011011100110000110110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84780A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84780A; }

 p { color: rgb(132,120,10); }

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

<style>
 a { background-color: #84780A; }

 a { background-color: rgb(132,120,10); }

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

<style>
 span { border-color: #84780A; }

 span { border-color: rgb(132,120,10); }

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