#828D06

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

Shades of Olive #828D06

Tints of Olive #828D06

Color information

#828D06 (or 0x828D06) is unknown color: approx Olive. HEX triplet: 82, 8D and 06. RGB value is (130,141,6). Sum of RGB (Red+Green+Blue) = 130+141+6=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 141 (55.47% from 255 or 50.90% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 141 - color contains mainly: green. Hex color #828D06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828D06 is #7D72F9. Grayscale: #7A7A7A. Windows color (decimal): -8221434 or 429442. OLE color: 429442.

HSL color Cylindrical-coordinate representation of color #828D06: hue angle of 64.89º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #828D06 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB1301416-
CMYK0.0800.960.45
HSL64.89º91.84%28.82%-
HSV(B)64.89º95.74%55.29%-
XYZ18.7623.813.78-
YUV122.3262.36133.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.93%
GREEN value IS 141 (55.47% from 255) = 50.90%
BLUE value IS 6 (2.73% from 255) = 2.17%
R=46.93%
G=50.90%
B=2.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13014160.0800.960.4564.8991.8428.82
Hex828D680602D415c1d
Octal20221561001405510113435
Binary10000010100011011101000011000001011011000001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,141,6); }

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

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

 a { background-color: rgb(130,141,6); }

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

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

 span { border-color: rgb(130,141,6); }

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