#828E00

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

Shades of Olive #828E00

Tints of Olive #828E00

Color information

#828E00 (or 0x828E00) is unknown color: approx Olive. HEX triplet: 82, 8E and 00. RGB value is (130,142,0). Sum of RGB (Red+Green+Blue) = 130+142+0=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 142 (55.86% from 255 or 52.21% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 142 - color contains mainly: green. Hex color #828E00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828E00 is #7D71FF. Grayscale: #7A7A7A. Windows color (decimal): -8221184 or 36482. OLE color: 36482.

HSL color Cylindrical-coordinate representation of color #828E00: hue angle of 65.07º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #828E00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB1301420-
CMYK0.08010.44
HSL65.07º100%27.84%-
HSV(B)65.07º100%55.69%-
XYZ18.8824.093.66-
YUV122.2259.02133.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.79%
GREEN value IS 142 (55.86% from 255) = 52.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.79%
G=52.21%
B=0%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13014200.08010.4465.0710027.84
Hex828E080642C41641c
Octal20221601001445410114434
Binary100000101000111001000011001001011001000001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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