#837102

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

Shades of Olive #837102

Tints of Olive #837102

Color information

#837102 (or 0x837102) is unknown color: approx Olive. HEX triplet: 83, 71 and 02. RGB value is (131,113,2). Sum of RGB (Red+Green+Blue) = 131+113+2=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #837102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837102 is #7C8EFD. Grayscale: #6A6A6A. Windows color (decimal): -8163070 or 160131. OLE color: 160131.

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

Color convert

RGB1311132-
CMYK00.140.980.49
HSL51.63º96.99%26.08%-
HSV(B)51.63º98.47%51.37%-
XYZ15.2816.642.46-
YUV105.7369.46146.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.25%
GREEN value IS 113 (44.53% from 255) = 45.93%
BLUE value IS 2 (1.17% from 255) = 0.81%
R=53.25%
G=45.93%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131113200.140.980.4951.6396.9926.08
Hex837120E623134611a
Octal2031612016142616414132
Binary10000011111000110011101100010110001110100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837102; }

 p { color: rgb(131,113,2); }

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

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

 a { background-color: rgb(131,113,2); }

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

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

 span { border-color: rgb(131,113,2); }

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