#826F04

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

Shades of Olive #826F04

Tints of Olive #826F04

Color information

#826F04 (or 0x826F04) is unknown color: approx Olive. HEX triplet: 82, 6F and 04. RGB value is (130,111,4). Sum of RGB (Red+Green+Blue) = 130+111+4=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #826F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826F04 is #7D90FB. Grayscale: #686868. Windows color (decimal): -8229116 or 290690. OLE color: 290690.

HSL color Cylindrical-coordinate representation of color #826F04: hue angle of 50.95º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #826F04 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB1301114-
CMYK00.150.970.49
HSL50.95º94.03%26.27%-
HSV(B)50.95º96.92%50.98%-
XYZ14.9116.122.44-
YUV104.4871.29146.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.06%
GREEN value IS 111 (43.75% from 255) = 45.31%
BLUE value IS 4 (1.95% from 255) = 1.63%
R=53.06%
G=45.31%
B=1.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130111400.150.970.4950.9594.0326.27
Hex826F40F6131335e1a
Octal2021574017141616313632
Binary100000101101111100011111100001110001110011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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