#827600

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

Shades of Olive #827600

Tints of Olive #827600

Color information

#827600 (or 0x827600) is unknown color: approx Olive. HEX triplet: 82, 76 and 00. RGB value is (130,118,0). Sum of RGB (Red+Green+Blue) = 130+118+0=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #827600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827600 is #7D89FF. Grayscale: #6C6C6C. Windows color (decimal): -8227328 or 30338. OLE color: 30338.

HSL color Cylindrical-coordinate representation of color #827600: hue angle of 54.46º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #827600 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB1301180-
CMYK00.0910.49
HSL54.46º100%25.49%-
HSV(B)54.46º100%50.98%-
XYZ15.6817.72.59-
YUV108.1466.98143.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.42%
GREEN value IS 118 (46.48% from 255) = 47.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.42%
G=47.58%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130118000.0910.4954.4610025.49
Hex82760096431366419
Octal2021660011144616614431
Binary1000001011101100010011100100110001110110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827600; }

 p { color: rgb(130,118,0); }

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

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

 a { background-color: rgb(130,118,0); }

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

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

 span { border-color: rgb(130,118,0); }

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