#827206

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

Shades of Olive #827206

Tints of Olive #827206

Color information

#827206 (or 0x827206) is unknown color: approx Olive. HEX triplet: 82, 72 and 06. RGB value is (130,114,6). Sum of RGB (Red+Green+Blue) = 130+114+6=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #827206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827206 is #7D8DF9. Grayscale: #6A6A6A. Windows color (decimal): -8228346 or 422530. OLE color: 422530.

HSL color Cylindrical-coordinate representation of color #827206: hue angle of 52.26º 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 #827206 is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB1301146-
CMYK00.120.950.49
HSL52.26º91.18%26.67%-
HSV(B)52.26º95.38%50.98%-
XYZ15.2616.792.61-
YUV106.4771.3144.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52%
GREEN value IS 114 (44.92% from 255) = 45.6%
BLUE value IS 6 (2.73% from 255) = 2.4%
R=52%
G=45.6%
B=2.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130114600.120.950.4952.2691.1826.67
Hex827260C5F31345b1b
Octal2021626014137616413333
Binary100000101110010110011001011111110001110100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827206; }

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

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

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

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

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

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

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

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