#827C08

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

Shades of Olive #827C08

Tints of Olive #827C08

Color information

#827C08 (or 0x827C08) is unknown color: approx Olive. HEX triplet: 82, 7C and 08. RGB value is (130,124,8). Sum of RGB (Red+Green+Blue) = 130+124+8=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 124 (48.83% from 255 or 47.33% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #827C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827C08 is #7D83F7. Grayscale: #717171. Windows color (decimal): -8225784 or 556162. OLE color: 556162.

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

Color convert

RGB1301248-
CMYK00.050.940.49
HSL57.05º88.41%27.06%-
HSV(B)57.05º93.85%50.98%-
XYZ16.4619.183.06-
YUV112.5768.99140.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.62%
GREEN value IS 124 (48.83% from 255) = 47.33%
BLUE value IS 8 (3.52% from 255) = 3.05%
R=49.62%
G=47.33%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130124800.050.940.4957.0588.4127.06
Hex827C8055E3139581b
Octal2021741005136617113033
Binary100000101111100100001011011110110001111001101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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