#837C04

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

Shades of Olive #837C04

Tints of Olive #837C04

Color information

#837C04 (or 0x837C04) is unknown color: approx Olive. HEX triplet: 83, 7C and 04. RGB value is (131,124,4). Sum of RGB (Red+Green+Blue) = 131+124+4=259 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.58% from 259); Green value is 124 (48.83% from 255 or 47.88% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 131 - color contains mainly: red. Hex color #837C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837C04 is #7C83FB. Grayscale: #707070. Windows color (decimal): -8160252 or 294019. OLE color: 294019.

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

Color convert

RGB1311244-
CMYK00.050.970.49
HSL56.69º94.07%26.47%-
HSV(B)56.69º96.95%51.37%-
XYZ16.5919.252.96-
YUV112.4166.82141.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.58%
GREEN value IS 124 (48.83% from 255) = 47.88%
BLUE value IS 4 (1.95% from 255) = 1.54%
R=50.58%
G=47.88%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131124400.050.970.4956.6994.0726.47
Hex837C4056131395e1a
Octal203174405141617113632
Binary10000011111110010001011100001110001111001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837C04; }

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

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

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

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

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

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

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

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