#826E07

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

Shades of Olive #826E07

Tints of Olive #826E07

Color information

#826E07 (or 0x826E07) is unknown color: approx Olive. HEX triplet: 82, 6E and 07. RGB value is (130,110,7). Sum of RGB (Red+Green+Blue) = 130+110+7=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 110 (43.36% from 255 or 44.53% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #826E07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826E07 is #7D91F8. Grayscale: #686868. Windows color (decimal): -8229369 or 487042. OLE color: 487042.

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

Color convert

RGB1301107-
CMYK00.150.950.49
HSL50.24º89.78%26.86%-
HSV(B)50.24º94.62%50.98%-
XYZ14.8215.912.49-
YUV104.2473.13146.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.63%
GREEN value IS 110 (43.36% from 255) = 44.53%
BLUE value IS 7 (3.12% from 255) = 2.83%
R=52.63%
G=44.53%
B=2.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130110700.150.950.4950.2489.7826.86
Hex826E70F5F31325a1b
Octal2021567017137616213233
Binary100000101101110111011111011111110001110010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826E07; }

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

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

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

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

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

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

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

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