#827A04

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

Shades of Olive #827A04

Tints of Olive #827A04

Color information

#827A04 (or 0x827A04) is unknown color: approx Olive. HEX triplet: 82, 7A and 04. RGB value is (130,122,4). Sum of RGB (Red+Green+Blue) = 130+122+4=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 122 (48.05% from 255 or 47.66% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #827A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827A04 is #7D85FB. Grayscale: #6F6F6F. Windows color (decimal): -8226300 or 293506. OLE color: 293506.

HSL color Cylindrical-coordinate representation of color #827A04: hue angle of 56.19º 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 #827A04 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB1301224-
CMYK00.060.970.49
HSL56.19º94.03%26.27%-
HSV(B)56.19º96.92%50.98%-
XYZ16.1918.672.87-
YUV110.9467.65141.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 122 (48.05% from 255) = 47.66%
BLUE value IS 4 (1.95% from 255) = 1.56%
R=50.78%
G=47.66%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130122400.060.970.4956.1994.0326.27
Hex827A4066131385e1a
Octal202172406141617013632
Binary10000010111101010001101100001110001111000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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