#827108

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

Shades of Olive #827108

Tints of Olive #827108

Color information

#827108 (or 0x827108) is unknown color: approx Olive. HEX triplet: 82, 71 and 08. RGB value is (130,113,8). Sum of RGB (Red+Green+Blue) = 130+113+8=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #827108 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827108 is #7D8EF7. Grayscale: #6A6A6A. Windows color (decimal): -8228600 or 553346. OLE color: 553346.

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

Color convert

RGB1301138-
CMYK00.130.940.49
HSL51.64º88.41%27.06%-
HSV(B)51.64º93.85%50.98%-
XYZ15.1516.572.63-
YUV106.1172.63145.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.79%
GREEN value IS 113 (44.53% from 255) = 45.02%
BLUE value IS 8 (3.52% from 255) = 3.19%
R=51.79%
G=45.02%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130113800.130.940.4951.6488.4127.06
Hex827180D5E3134581b
Octal20216110015136616413033
Binary1000001011100011000011011011110110001110100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827108; }

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

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

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

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

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

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

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

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