#827E0E

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

Shades of Olive #827E0E

Tints of Olive #827E0E

Color information

#827E0E (or 0x827E0E) is unknown color: approx Olive. HEX triplet: 82, 7E and 0E. RGB value is (130,126,14). Sum of RGB (Red+Green+Blue) = 130+126+14=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 126 (49.61% from 255 or 46.67% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #827E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827E0E is #7D81F1. Grayscale: #727272. Windows color (decimal): -8225266 or 949890. OLE color: 949890.

HSL color Cylindrical-coordinate representation of color #827E0E: hue angle of 57.93º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #827E0E is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB13012614-
CMYK00.030.890.49
HSL57.93º80.56%28.24%-
HSV(B)57.93º89.23%50.98%-
XYZ16.7519.73.34-
YUV114.4371.33139.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.15%
GREEN value IS 126 (49.61% from 255) = 46.67%
BLUE value IS 14 (5.86% from 255) = 5.19%
R=48.15%
G=46.67%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301261400.030.890.4957.9380.5628.24
Hex827EE0359313a511c
Octal2021761603131617212134
Binary10000010111111011100111011001110001111010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827E0E; }

 p { color: rgb(130,126,14); }

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

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

 a { background-color: rgb(130,126,14); }

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

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

 span { border-color: rgb(130,126,14); }

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