#827009

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

Shades of Olive #827009

Tints of Olive #827009

Color information

#827009 (or 0x827009) is unknown color: approx Olive. HEX triplet: 82, 70 and 09. RGB value is (130,112,9). Sum of RGB (Red+Green+Blue) = 130+112+9=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #827009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827009 is #7D8FF6. Grayscale: #6A6A6A. Windows color (decimal): -8228855 or 618626. OLE color: 618626.

HSL color Cylindrical-coordinate representation of color #827009: hue angle of 51.07º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #827009 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB1301129-
CMYK00.140.930.49
HSL51.07º87.05%27.25%-
HSV(B)51.07º93.08%50.98%-
XYZ15.0516.352.62-
YUV105.6473.46145.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.79%
GREEN value IS 112 (44.14% from 255) = 44.62%
BLUE value IS 9 (3.91% from 255) = 3.59%
R=51.79%
G=44.62%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130112900.140.930.4951.0787.0527.25
Hex827090E5D3133571b
Octal20216011016135616312733
Binary1000001011100001001011101011101110001110011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827009; }

 p { color: rgb(130,112,9); }

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

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

 a { background-color: rgb(130,112,9); }

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

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

 span { border-color: rgb(130,112,9); }

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