#837002

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

Shades of Olive #837002

Tints of Olive #837002

Color information

#837002 (or 0x837002) is unknown color: approx Olive. HEX triplet: 83, 70 and 02. RGB value is (131,112,2). Sum of RGB (Red+Green+Blue) = 131+112+2=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #837002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837002 is #7C8FFD. Grayscale: #696969. Windows color (decimal): -8163326 or 159875. OLE color: 159875.

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

Color convert

RGB1311122-
CMYK00.150.980.49
HSL51.16º96.99%26.08%-
HSV(B)51.16º98.47%51.37%-
XYZ15.1716.422.43-
YUV105.1469.79146.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.47%
GREEN value IS 112 (44.14% from 255) = 45.71%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=53.47%
G=45.71%
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
Decimal131112200.150.980.4951.1696.9926.08
Hex837020F623133611a
Octal2031602017142616314132
Binary10000011111000010011111100010110001110011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837002; }

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

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

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

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

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

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

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

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