#828A05

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

Shades of Olive #828A05

Tints of Olive #828A05

Color information

#828A05 (or 0x828A05) is unknown color: approx Olive. HEX triplet: 82, 8A and 05. RGB value is (130,138,5). Sum of RGB (Red+Green+Blue) = 130+138+5=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 138 (54.30% from 255 or 50.55% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 138 - color contains mainly: green. Hex color #828A05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828A05 is #7D75FA. Grayscale: #787878. Windows color (decimal): -8222203 or 363138. OLE color: 363138.

HSL color Cylindrical-coordinate representation of color #828A05: hue angle of 63.61º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #828A05 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB1301385-
CMYK0.0600.960.46
HSL63.61º93.01%28.04%-
HSV(B)63.61º96.38%54.12%-
XYZ18.3222.933.6-
YUV120.4562.85134.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.62%
GREEN value IS 138 (54.30% from 255) = 50.55%
BLUE value IS 5 (2.34% from 255) = 1.83%
R=47.62%
G=50.55%
B=1.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13013850.0600.960.4663.6193.0128.04
Hex828A560602E405d1c
Octal2022125601405610013534
Binary1000001010001010101110011000001011101000000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,138,5); }

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

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

 a { background-color: rgb(130,138,5); }

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

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

 span { border-color: rgb(130,138,5); }

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