#827612

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

Shades of Olive #827612

Tints of Olive #827612

Color information

#827612 (or 0x827612) is unknown color: approx Olive. HEX triplet: 82, 76 and 12. RGB value is (130,118,18). Sum of RGB (Red+Green+Blue) = 130+118+18=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #827612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827612 is #7D89ED. Grayscale: #6E6E6E. Windows color (decimal): -8227310 or 1209986. OLE color: 1209986.

HSL color Cylindrical-coordinate representation of color #827612: hue angle of 53.57º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #827612 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB13011818-
CMYK00.090.860.49
HSL53.57º75.68%29.02%-
HSV(B)53.57º86.15%50.98%-
XYZ15.7917.753.17-
YUV110.1975.98142.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.87%
GREEN value IS 118 (46.48% from 255) = 44.36%
BLUE value IS 18 (7.42% from 255) = 6.77%
R=48.87%
G=44.36%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301181800.090.860.4953.5775.6829.02
Hex827612095631364c1d
Octal20216622011126616611435
Binary10000010111011010010010011010110110001110110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827612; }

 p { color: rgb(130,118,18); }

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

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

 a { background-color: rgb(130,118,18); }

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

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

 span { border-color: rgb(130,118,18); }

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