#827C00

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

Shades of Olive #827C00

Tints of Olive #827C00

Color information

#827C00 (or 0x827C00) is unknown color: approx Olive. HEX triplet: 82, 7C and 00. RGB value is (130,124,0). Sum of RGB (Red+Green+Blue) = 130+124+0=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 124 (48.83% from 255 or 48.82% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #827C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827C00 is #7D83FF. Grayscale: #707070. Windows color (decimal): -8225792 or 31874. OLE color: 31874.

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

Color convert

RGB1301240-
CMYK00.0510.49
HSL57.23º100%25.49%-
HSV(B)57.23º100%50.98%-
XYZ16.4119.162.83-
YUV111.6664.99141.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.18%
GREEN value IS 124 (48.83% from 255) = 48.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.18%
G=48.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130124000.0510.4957.2310025.49
Hex827C0056431396419
Octal202174005144617114431
Binary100000101111100001011100100110001111001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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