#827C11

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

Shades of Olive #827C11

Tints of Olive #827C11

Color information

#827C11 (or 0x827C11) is unknown color: approx Olive. HEX triplet: 82, 7C and 11. RGB value is (130,124,17). Sum of RGB (Red+Green+Blue) = 130+124+17=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #827C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827C11 is #7D83EE. Grayscale: #727272. Windows color (decimal): -8225775 or 1145986. OLE color: 1145986.

HSL color Cylindrical-coordinate representation of color #827C11: hue angle of 56.81º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #827C11 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB13012417-
CMYK00.050.870.49
HSL56.81º76.87%28.82%-
HSV(B)56.81º86.92%50.98%-
XYZ16.5119.23.37-
YUV113.673.49139.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 124 (48.83% from 255) = 45.76%
BLUE value IS 17 (7.03% from 255) = 6.27%
R=47.97%
G=45.76%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301241700.050.870.4956.8176.8728.82
Hex827C11055731394d1d
Octal2021742105127617111535
Binary1000001011111001000101011010111110001111001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,124,17); }

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

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

 a { background-color: rgb(130,124,17); }

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

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

 span { border-color: rgb(130,124,17); }

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