#826F02

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

Shades of Olive #826F02

Tints of Olive #826F02

Color information

#826F02 (or 0x826F02) is unknown color: approx Olive. HEX triplet: 82, 6F and 02. RGB value is (130,111,2). Sum of RGB (Red+Green+Blue) = 130+111+2=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #826F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826F02 is #7D90FD. Grayscale: #686868. Windows color (decimal): -8229118 or 159618. OLE color: 159618.

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

Color convert

RGB1301112-
CMYK00.150.980.49
HSL51.09º96.97%25.88%-
HSV(B)51.09º98.46%50.98%-
XYZ14.916.122.38-
YUV104.2570.29146.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.50%
GREEN value IS 111 (43.75% from 255) = 45.68%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=53.50%
G=45.68%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130111200.150.980.4951.0996.9725.88
Hex826F20F623133611a
Octal2021572017142616314132
Binary10000010110111110011111100010110001110011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826F02; }

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

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

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

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

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

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

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

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