#827812

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

Shades of Olive #827812

Tints of Olive #827812

Color information

#827812 (or 0x827812) is unknown color: approx Olive. HEX triplet: 82, 78 and 12. RGB value is (130,120,18). Sum of RGB (Red+Green+Blue) = 130+120+18=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #827812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827812 is #7D87ED. Grayscale: #6F6F6F. Windows color (decimal): -8226798 or 1210498. OLE color: 1210498.

HSL color Cylindrical-coordinate representation of color #827812: hue angle of 54.64º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #827812 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB13012018-
CMYK00.080.860.49
HSL54.64º75.68%29.02%-
HSV(B)54.64º86.15%50.98%-
XYZ16.0318.223.24-
YUV111.3675.31141.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.51%
GREEN value IS 120 (47.27% from 255) = 44.78%
BLUE value IS 18 (7.42% from 255) = 6.72%
R=48.51%
G=44.78%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301201800.080.860.4954.6475.6829.02
Hex827812085631374c1d
Octal20217022010126616711435
Binary10000010111100010010010001010110110001110111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827812; }

 p { color: rgb(130,120,18); }

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

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

 a { background-color: rgb(130,120,18); }

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

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

 span { border-color: rgb(130,120,18); }

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