#827402

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

Shades of Olive #827402

Tints of Olive #827402

Color information

#827402 (or 0x827402) is unknown color: approx Olive. HEX triplet: 82, 74 and 02. RGB value is (130,116,2). Sum of RGB (Red+Green+Blue) = 130+116+2=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #827402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827402 is #7D8BFD. Grayscale: #6B6B6B. Windows color (decimal): -8227838 or 160898. OLE color: 160898.

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

Color convert

RGB1301162-
CMYK00.110.980.49
HSL53.44º96.97%25.88%-
HSV(B)53.44º98.46%50.98%-
XYZ15.4617.242.57-
YUV107.1968.64144.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.42%
GREEN value IS 116 (45.70% from 255) = 46.77%
BLUE value IS 2 (1.17% from 255) = 0.81%
R=52.42%
G=46.77%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130116200.110.980.4953.4496.9725.88
Hex827420B623135611a
Octal2021642013142616514132
Binary10000010111010010010111100010110001110101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827402; }

 p { color: rgb(130,116,2); }

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

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

 a { background-color: rgb(130,116,2); }

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

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

 span { border-color: rgb(130,116,2); }

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