#827A08

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

Shades of Olive #827A08

Tints of Olive #827A08

Color information

#827A08 (or 0x827A08) is unknown color: approx Olive. HEX triplet: 82, 7A and 08. RGB value is (130,122,8). Sum of RGB (Red+Green+Blue) = 130+122+8=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 122 (48.05% from 255 or 46.92% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #827A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827A08 is #7D85F7. Grayscale: #6F6F6F. Windows color (decimal): -8226296 or 555650. OLE color: 555650.

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

Color convert

RGB1301228-
CMYK00.060.940.49
HSL56.07º88.41%27.06%-
HSV(B)56.07º93.85%50.98%-
XYZ16.2118.682.98-
YUV111.469.65141.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50%
GREEN value IS 122 (48.05% from 255) = 46.92%
BLUE value IS 8 (3.52% from 255) = 3.08%
R=50%
G=46.92%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130122800.060.940.4956.0788.4127.06
Hex827A8065E3138581b
Octal2021721006136617013033
Binary100000101111010100001101011110110001111000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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