#827B08

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

Shades of Olive #827B08

Tints of Olive #827B08

Color information

#827B08 (or 0x827B08) is unknown color: approx Olive. HEX triplet: 82, 7B and 08. RGB value is (130,123,8). Sum of RGB (Red+Green+Blue) = 130+123+8=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 123 (48.44% from 255 or 47.13% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #827B08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827B08 is #7D84F7. Grayscale: #707070. Windows color (decimal): -8226040 or 555906. OLE color: 555906.

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

Color convert

RGB1301238-
CMYK00.050.940.49
HSL56.56º88.41%27.06%-
HSV(B)56.56º93.85%50.98%-
XYZ16.3318.933.02-
YUV111.9869.32140.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.81%
GREEN value IS 123 (48.44% from 255) = 47.13%
BLUE value IS 8 (3.52% from 255) = 3.07%
R=49.81%
G=47.13%
B=3.07%

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
Decimal130123800.050.940.4956.5688.4127.06
Hex827B8055E3139581b
Octal2021731005136617113033
Binary100000101111011100001011011110110001111001101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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