#828701

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

Shades of Olive #828701

Tints of Olive #828701

Color information

#828701 (or 0x828701) is unknown color: approx Olive. HEX triplet: 82, 87 and 01. RGB value is (130,135,1). Sum of RGB (Red+Green+Blue) = 130+135+1=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 135 (53.12% from 255 or 50.75% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 135 - color contains mainly: green. Hex color #828701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828701 is #7D78FE. Grayscale: #767676. Windows color (decimal): -8222975 or 100226. OLE color: 100226.

HSL color Cylindrical-coordinate representation of color #828701: hue angle of 62.24º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #828701 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1301351-
CMYK0.0400.990.47
HSL62.24º98.53%26.67%-
HSV(B)62.24º99.26%52.94%-
XYZ17.8822.083.35-
YUV118.2361.84136.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.87%
GREEN value IS 135 (53.12% from 255) = 50.75%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=48.87%
G=50.75%
B=0.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13013510.0400.990.4762.2498.5326.67
Hex8287140632F3e631b
Octal202207140143577614333
Binary1000001010000111110001100011101111111110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828701; }

 p { color: rgb(130,135,1); }

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

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

 a { background-color: rgb(130,135,1); }

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

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

 span { border-color: rgb(130,135,1); }

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