#827C04

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

Shades of Olive #827C04

Tints of Olive #827C04

Color information

#827C04 (or 0x827C04) is unknown color: approx Olive. HEX triplet: 82, 7C and 04. RGB value is (130,124,4). Sum of RGB (Red+Green+Blue) = 130+124+4=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 124 (48.83% from 255 or 48.06% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #827C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827C04 is #7D83FB. Grayscale: #707070. Windows color (decimal): -8225788 or 294018. OLE color: 294018.

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

Color convert

RGB1301244-
CMYK00.050.970.49
HSL57.14º94.03%26.27%-
HSV(B)57.14º96.92%50.98%-
XYZ16.4419.172.95-
YUV112.1166.99140.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.39%
GREEN value IS 124 (48.83% from 255) = 48.06%
BLUE value IS 4 (1.95% from 255) = 1.55%
R=50.39%
G=48.06%
B=1.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130124400.050.970.4957.1494.0326.27
Hex827C4056131395e1a
Octal202174405141617113632
Binary10000010111110010001011100001110001111001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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