#826E00

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

Shades of Olive #826E00

Tints of Olive #826E00

Color information

#826E00 (or 0x826E00) is unknown color: approx Olive. HEX triplet: 82, 6E and 00. RGB value is (130,110,0). Sum of RGB (Red+Green+Blue) = 130+110+0=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 110 (43.36% from 255 or 45.83% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #826E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826E00 is #7D91FF. Grayscale: #676767. Windows color (decimal): -8229376 or 28290. OLE color: 28290.

HSL color Cylindrical-coordinate representation of color #826E00: hue angle of 50.77º 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 #826E00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB1301100-
CMYK00.1510.49
HSL50.77º100%25.49%-
HSV(B)50.77º100%50.98%-
XYZ14.7815.92.29-
YUV103.4469.63146.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.17%
GREEN value IS 110 (43.36% from 255) = 45.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.17%
G=45.83%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130110000.1510.4950.7710025.49
Hex826E00F6431336419
Octal2021560017144616314431
Binary1000001011011100011111100100110001110011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826E00; }

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

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

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

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

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

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

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

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