#827104

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

Shades of Olive #827104

Tints of Olive #827104

Color information

#827104 (or 0x827104) is unknown color: approx Olive. HEX triplet: 82, 71 and 04. RGB value is (130,113,4). Sum of RGB (Red+Green+Blue) = 130+113+4=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #827104 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827104 is #7D8EFB. Grayscale: #6A6A6A. Windows color (decimal): -8228604 or 291202. OLE color: 291202.

HSL color Cylindrical-coordinate representation of color #827104: hue angle of 51.9º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #827104 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB1301134-
CMYK00.130.970.49
HSL51.9º94.03%26.27%-
HSV(B)51.9º96.92%50.98%-
XYZ15.1316.562.51-
YUV105.6670.63145.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.63%
GREEN value IS 113 (44.53% from 255) = 45.75%
BLUE value IS 4 (1.95% from 255) = 1.62%
R=52.63%
G=45.75%
B=1.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130113400.130.970.4951.994.0326.27
Hex827140D6131345e1a
Octal2021614015141616413632
Binary100000101110001100011011100001110001110100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827104; }

 p { color: rgb(130,113,4); }

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

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

 a { background-color: rgb(130,113,4); }

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

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

 span { border-color: rgb(130,113,4); }

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