#828706

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

Shades of Olive #828706

Tints of Olive #828706

Color information

#828706 (or 0x828706) is unknown color: approx Olive. HEX triplet: 82, 87 and 06. RGB value is (130,135,6). Sum of RGB (Red+Green+Blue) = 130+135+6=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 135 - color contains mainly: green. Hex color #828706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828706 is #7D78F9. Grayscale: #777777. Windows color (decimal): -8222970 or 427906. OLE color: 427906.

HSL color Cylindrical-coordinate representation of color #828706: hue angle of 62.33º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #828706 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1301356-
CMYK0.0400.960.47
HSL62.33º91.49%27.65%-
HSV(B)62.33º95.56%52.94%-
XYZ17.922.093.49-
YUV118.864.34135.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 135 (53.12% from 255) = 49.82%
BLUE value IS 6 (2.73% from 255) = 2.21%
R=47.97%
G=49.82%
B=2.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13013560.0400.960.4762.3391.4927.65
Hex8287640602F3e5b1c
Octal202207640140577613334
Binary100000101000011111010001100000101111111110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828706; }

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

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

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

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

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

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

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

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