#827B61

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

Shades of Olive Haze #827B61

Tints of Olive Haze #827B61

Color information

#827B61 (or 0x827B61) is unknown color: approx Olive Haze. HEX triplet: 82, 7B and 61. RGB value is (130,123,97). Sum of RGB (Red+Green+Blue) = 130+123+97=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 130 - color contains mainly: red. Hex color #827B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827B61 is #7D849E. Grayscale: #7A7A7A. Windows color (decimal): -8225951 or 6388610. OLE color: 6388610.

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

Color convert

RGB13012397-
CMYK00.050.250.49
HSL47.27º14.54%44.51%-
HSV(B)47.27º25.38%50.98%-
XYZ18.4519.7714.15-
YUV122.13113.82133.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.14%
GREEN value IS 123 (48.44% from 255) = 35.14%
BLUE value IS 97 (38.28% from 255) = 27.71%
R=37.14%
G=35.14%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301239700.050.250.4947.2714.5444.51
Hex827B610519312ff2d
Octal202173141053161571755
Binary10000010111101111000010101110011100011011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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