#828D04

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

Shades of Olive #828D04

Tints of Olive #828D04

Color information

#828D04 (or 0x828D04) is unknown color: approx Olive. HEX triplet: 82, 8D and 04. RGB value is (130,141,4). Sum of RGB (Red+Green+Blue) = 130+141+4=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 141 (55.47% from 255 or 51.27% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 141 - color contains mainly: green. Hex color #828D04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828D04 is #7D72FB. Grayscale: #7A7A7A. Windows color (decimal): -8221436 or 298370. OLE color: 298370.

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

Color convert

RGB1301414-
CMYK0.0800.970.45
HSL64.82º94.48%28.43%-
HSV(B)64.82º97.16%55.29%-
XYZ18.7523.83.72-
YUV122.0961.36133.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.27%
GREEN value IS 141 (55.47% from 255) = 51.27%
BLUE value IS 4 (1.95% from 255) = 1.45%
R=47.27%
G=51.27%
B=1.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13014140.0800.970.4564.8294.4828.43
Hex828D480612D415e1c
Octal20221541001415510113634
Binary10000010100011011001000011000011011011000001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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