#826F00

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

Shades of Olive #826F00

Tints of Olive #826F00

Color information

#826F00 (or 0x826F00) is unknown color: approx Olive. HEX triplet: 82, 6F and 00. RGB value is (130,111,0). Sum of RGB (Red+Green+Blue) = 130+111+0=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 111 (43.75% from 255 or 46.06% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #826F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826F00 is #7D90FF. Grayscale: #686868. Windows color (decimal): -8229120 or 28546. OLE color: 28546.

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

Color convert

RGB1301110-
CMYK00.1510.49
HSL51.23º100%25.49%-
HSV(B)51.23º100%50.98%-
XYZ14.8916.112.33-
YUV104.0369.29146.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.94%
GREEN value IS 111 (43.75% from 255) = 46.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.94%
G=46.06%
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
Decimal130111000.1510.4951.2310025.49
Hex826F00F6431336419
Octal2021570017144616314431
Binary1000001011011110011111100100110001110011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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