#827A12

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

Shades of Olive #827A12

Tints of Olive #827A12

Color information

#827A12 (or 0x827A12) is unknown color: approx Olive. HEX triplet: 82, 7A and 12. RGB value is (130,122,18). Sum of RGB (Red+Green+Blue) = 130+122+18=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #827A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827A12 is #7D85ED. Grayscale: #707070. Windows color (decimal): -8226286 or 1211010. OLE color: 1211010.

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

Color convert

RGB13012218-
CMYK00.060.860.49
HSL55.71º75.68%29.02%-
HSV(B)55.71º86.15%50.98%-
XYZ16.2718.713.33-
YUV112.5474.65140.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.15%
GREEN value IS 122 (48.05% from 255) = 45.19%
BLUE value IS 18 (7.42% from 255) = 6.67%
R=48.15%
G=45.19%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301221800.060.860.4955.7175.6829.02
Hex827A12065631384c1d
Octal2021722206126617011435
Binary1000001011110101001001101010110110001111000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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