#836F04

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

Shades of Olive #836F04

Tints of Olive #836F04

Color information

#836F04 (or 0x836F04) is unknown color: approx Olive. HEX triplet: 83, 6F and 04. RGB value is (131,111,4). Sum of RGB (Red+Green+Blue) = 131+111+4=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #836F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836F04 is #7C90FB. Grayscale: #696969. Windows color (decimal): -8163580 or 290691. OLE color: 290691.

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

Color convert

RGB1311114-
CMYK00.150.970.49
HSL50.55º94.07%26.47%-
HSV(B)50.55º96.95%51.37%-
XYZ15.0716.22.45-
YUV104.7871.13146.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.25%
GREEN value IS 111 (43.75% from 255) = 45.12%
BLUE value IS 4 (1.95% from 255) = 1.63%
R=53.25%
G=45.12%
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
Decimal131111400.150.970.4950.5594.0726.47
Hex836F40F6131335e1a
Octal2031574017141616313632
Binary100000111101111100011111100001110001110011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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