#827406

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

Shades of Olive #827406

Tints of Olive #827406

Color information

#827406 (or 0x827406) is unknown color: approx Olive. HEX triplet: 82, 74 and 06. RGB value is (130,116,6). Sum of RGB (Red+Green+Blue) = 130+116+6=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #827406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827406 is #7D8BF9. Grayscale: #6C6C6C. Windows color (decimal): -8227834 or 423042. OLE color: 423042.

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

Color convert

RGB1301166-
CMYK00.110.950.49
HSL53.23º91.18%26.67%-
HSV(B)53.23º95.38%50.98%-
XYZ15.4817.252.69-
YUV107.6570.64143.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.59%
GREEN value IS 116 (45.70% from 255) = 46.03%
BLUE value IS 6 (2.73% from 255) = 2.38%
R=51.59%
G=46.03%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130116600.110.950.4953.2391.1826.67
Hex827460B5F31355b1b
Octal2021646013137616513333
Binary100000101110100110010111011111110001110101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827406; }

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

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

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

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

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

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

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

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