#827303

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

Shades of Olive #827303

Tints of Olive #827303

Color information

#827303 (or 0x827303) is unknown color: approx Olive. HEX triplet: 82, 73 and 03. RGB value is (130,115,3). Sum of RGB (Red+Green+Blue) = 130+115+3=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #827303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827303 is #7D8CFC. Grayscale: #6B6B6B. Windows color (decimal): -8228093 or 226178. OLE color: 226178.

HSL color Cylindrical-coordinate representation of color #827303: hue angle of 52.91º 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 #827303 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB1301153-
CMYK00.120.980.49
HSL52.91º95.49%26.08%-
HSV(B)52.91º97.69%50.98%-
XYZ15.3517.012.56-
YUV106.7269.47144.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.42%
GREEN value IS 115 (45.31% from 255) = 46.37%
BLUE value IS 3 (1.56% from 255) = 1.21%
R=52.42%
G=46.37%
B=1.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130115300.120.980.4952.9195.4926.08
Hex827330C6231355f1a
Octal2021633014142616513732
Binary10000010111001111011001100010110001110101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827303; }

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

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

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

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

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

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

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

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