#826702

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

Shades of Olive #826702

Tints of Olive #826702

Color information

#826702 (or 0x826702) is unknown color: approx Olive. HEX triplet: 82, 67 and 02. RGB value is (130,103,2). Sum of RGB (Red+Green+Blue) = 130+103+2=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #826702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826702 is #7D98FD. Grayscale: #636363. Windows color (decimal): -8231166 or 157570. OLE color: 157570.

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

Color convert

RGB1301032-
CMYK00.210.980.49
HSL47.34º96.97%25.88%-
HSV(B)47.34º98.46%50.98%-
XYZ14.0714.452.11-
YUV99.5672.95149.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.32%
GREEN value IS 103 (40.62% from 255) = 43.83%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=55.32%
G=43.83%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130103200.210.980.4947.3496.9725.88
Hex8267201562312f611a
Octal2021472025142615714132
Binary100000101100111100101011100010110001101111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826702; }

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

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

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

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

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

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

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

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