#827908

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

Shades of Olive #827908

Tints of Olive #827908

Color information

#827908 (or 0x827908) is unknown color: approx Olive. HEX triplet: 82, 79 and 08. RGB value is (130,121,8). Sum of RGB (Red+Green+Blue) = 130+121+8=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 121 (47.66% from 255 or 46.72% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #827908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827908 is #7D86F7. Grayscale: #6F6F6F. Windows color (decimal): -8226552 or 555394. OLE color: 555394.

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

Color convert

RGB1301218-
CMYK00.070.940.49
HSL55.57º88.41%27.06%-
HSV(B)55.57º93.85%50.98%-
XYZ16.0918.442.94-
YUV110.8169.98141.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.19%
GREEN value IS 121 (47.66% from 255) = 46.72%
BLUE value IS 8 (3.52% from 255) = 3.09%
R=50.19%
G=46.72%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130121800.070.940.4955.5788.4127.06
Hex82798075E3138581b
Octal2021711007136617013033
Binary100000101111001100001111011110110001111000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827908; }

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

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

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

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

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

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

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

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