#827A14

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

Shades of Olive #827A14

Tints of Olive #827A14

Color information

#827A14 (or 0x827A14) is unknown color: approx Olive. HEX triplet: 82, 7A and 14. RGB value is (130,122,20). Sum of RGB (Red+Green+Blue) = 130+122+20=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 122 (48.05% from 255 or 44.85% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #827A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827A14 is #7D85EB. Grayscale: #717171. Windows color (decimal): -8226284 or 1342082. OLE color: 1342082.

HSL color Cylindrical-coordinate representation of color #827A14: hue angle of 55.64º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #827A14 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB13012220-
CMYK00.060.850.49
HSL55.64º73.33%29.41%-
HSV(B)55.64º84.62%50.98%-
XYZ16.2918.723.42-
YUV112.7675.65140.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.79%
GREEN value IS 122 (48.05% from 255) = 44.85%
BLUE value IS 20 (8.20% from 255) = 7.35%
R=47.79%
G=44.85%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301222000.060.850.4955.6473.3329.41
Hex827A1406553138491d
Octal2021722406125617011135
Binary1000001011110101010001101010101110001111000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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