#828E0B

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

Shades of Olive #828E0B

Tints of Olive #828E0B

Color information

#828E0B (or 0x828E0B) is unknown color: approx Olive. HEX triplet: 82, 8E and 0B. RGB value is (130,142,11). Sum of RGB (Red+Green+Blue) = 130+142+11=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 142 (55.86% from 255 or 50.18% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 142 - color contains mainly: green. Hex color #828E0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828E0B is #7D71F4. Grayscale: #7B7B7B. Windows color (decimal): -8221173 or 757378. OLE color: 757378.

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

Color convert

RGB13014211-
CMYK0.0800.920.44
HSL65.5º85.62%30%-
HSV(B)65.5º92.25%55.69%-
XYZ18.9424.123.97-
YUV123.4864.52132.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.94%
GREEN value IS 142 (55.86% from 255) = 50.18%
BLUE value IS 11 (4.69% from 255) = 3.89%
R=45.94%
G=50.18%
B=3.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130142110.0800.920.4465.585.6230
Hex828EB805C2C41561e
Octal202216131001345410112636
Binary100000101000111010111000010111001011001000001101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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