#827E00

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

Shades of Olive #827E00

Tints of Olive #827E00

Color information

#827E00 (or 0x827E00) is unknown color: approx Olive. HEX triplet: 82, 7E and 00. RGB value is (130,126,0). Sum of RGB (Red+Green+Blue) = 130+126+0=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 126 (49.61% from 255 or 49.22% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #827E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827E00 is #7D81FF. Grayscale: #717171. Windows color (decimal): -8225280 or 32386. OLE color: 32386.

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

Color convert

RGB1301260-
CMYK00.0310.49
HSL58.15º100%25.49%-
HSV(B)58.15º100%50.98%-
XYZ16.6719.672.92-
YUV112.8364.33140.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 126 (49.61% from 255) = 49.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.78%
G=49.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130126000.0310.4958.1510025.49
Hex827E00364313a6419
Octal202176003144617214431
Binary10000010111111000111100100110001111010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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