#828109

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

Shades of Olive #828109

Tints of Olive #828109

Color information

#828109 (or 0x828109) is unknown color: approx Olive. HEX triplet: 82, 81 and 09. RGB value is (130,129,9). Sum of RGB (Red+Green+Blue) = 130+129+9=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 129 (50.78% from 255 or 48.13% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #828109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828109 is #7D7EF6. Grayscale: #747474. Windows color (decimal): -8224503 or 622978. OLE color: 622978.

HSL color Cylindrical-coordinate representation of color #828109: hue angle of 59.5º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #828109 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB1301299-
CMYK00.010.930.49
HSL59.5º87.05%27.25%-
HSV(B)59.5º93.08%50.98%-
XYZ17.1120.473.31-
YUV115.6267.83138.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.51%
GREEN value IS 129 (50.78% from 255) = 48.13%
BLUE value IS 9 (3.91% from 255) = 3.36%
R=48.51%
G=48.13%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130129900.010.930.4959.587.0527.25
Hex82819015D313c571b
Octal2022011101135617412733
Binary10000010100000011001011011101110001111100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828109; }

 p { color: rgb(130,129,9); }

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

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

 a { background-color: rgb(130,129,9); }

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

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

 span { border-color: rgb(130,129,9); }

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