#827708

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

Shades of Olive #827708

Tints of Olive #827708

Color information

#827708 (or 0x827708) is unknown color: approx Olive. HEX triplet: 82, 77 and 08. RGB value is (130,119,8). Sum of RGB (Red+Green+Blue) = 130+119+8=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #827708 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827708 is #7D88F7. Grayscale: #6E6E6E. Windows color (decimal): -8227064 or 554882. OLE color: 554882.

HSL color Cylindrical-coordinate representation of color #827708: hue angle of 54.59º 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 #827708 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB1301198-
CMYK00.080.940.49
HSL54.59º88.41%27.06%-
HSV(B)54.59º93.85%50.98%-
XYZ15.8517.962.86-
YUV109.6470.64142.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.58%
GREEN value IS 119 (46.88% from 255) = 46.30%
BLUE value IS 8 (3.52% from 255) = 3.11%
R=50.58%
G=46.30%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130119800.080.940.4954.5988.4127.06
Hex82778085E3137581b
Octal20216710010136616713033
Binary1000001011101111000010001011110110001110111101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827708; }

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

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

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

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

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

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

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

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