#828A03

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

Shades of Olive #828A03

Tints of Olive #828A03

Color information

#828A03 (or 0x828A03) is unknown color: approx Olive. HEX triplet: 82, 8A and 03. RGB value is (130,138,3). Sum of RGB (Red+Green+Blue) = 130+138+3=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 138 (54.30% from 255 or 50.92% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 138 - color contains mainly: green. Hex color #828A03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828A03 is #7D75FC. Grayscale: #787878. Windows color (decimal): -8222205 or 232066. OLE color: 232066.

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

Color convert

RGB1301383-
CMYK0.0600.980.46
HSL63.56º95.74%27.65%-
HSV(B)63.56º97.83%54.12%-
XYZ18.3122.933.55-
YUV120.2261.85134.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 138 (54.30% from 255) = 50.92%
BLUE value IS 3 (1.56% from 255) = 1.11%
R=47.97%
G=50.92%
B=1.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13013830.0600.980.4663.5695.7427.65
Hex828A360622E40601c
Octal2022123601425610014034
Binary100000101000101011110011000101011101000000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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