#827003

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

Shades of Olive #827003

Tints of Olive #827003

Color information

#827003 (or 0x827003) is unknown color: approx Olive. HEX triplet: 82, 70 and 03. RGB value is (130,112,3). Sum of RGB (Red+Green+Blue) = 130+112+3=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #827003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827003 is #7D8FFC. Grayscale: #696969. Windows color (decimal): -8228861 or 225410. OLE color: 225410.

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

Color convert

RGB1301123-
CMYK00.140.980.49
HSL51.5º95.49%26.08%-
HSV(B)51.5º97.69%50.98%-
XYZ15.0216.342.45-
YUV104.9670.46145.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.06%
GREEN value IS 112 (44.14% from 255) = 45.71%
BLUE value IS 3 (1.56% from 255) = 1.22%
R=53.06%
G=45.71%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130112300.140.980.4951.595.4926.08
Hex827030E6231335f1a
Octal2021603016142616313732
Binary10000010111000011011101100010110001110011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827003; }

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

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

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

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

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

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

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

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