#827107

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

Shades of Olive #827107

Tints of Olive #827107

Color information

#827107 (or 0x827107) is unknown color: approx Olive. HEX triplet: 82, 71 and 07. RGB value is (130,113,7). Sum of RGB (Red+Green+Blue) = 130+113+7=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #827107 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827107 is #7D8EF8. Grayscale: #6A6A6A. Windows color (decimal): -8228601 or 487810. OLE color: 487810.

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

Color convert

RGB1301137-
CMYK00.130.950.49
HSL51.71º89.78%26.86%-
HSV(B)51.71º94.62%50.98%-
XYZ15.1516.572.6-
YUV10672.13145.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52%
GREEN value IS 113 (44.53% from 255) = 45.2%
BLUE value IS 7 (3.12% from 255) = 2.8%
R=52%
G=45.2%
B=2.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130113700.130.950.4951.7189.7826.86
Hex827170D5F31345a1b
Octal2021617015137616413233
Binary100000101110001111011011011111110001110100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827107; }

 p { color: rgb(130,113,7); }

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

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

 a { background-color: rgb(130,113,7); }

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

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

 span { border-color: rgb(130,113,7); }

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