#837608

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

Shades of Olive #837608

Tints of Olive #837608

Color information

#837608 (or 0x837608) is unknown color: approx Olive. HEX triplet: 83, 76 and 08. RGB value is (131,118,8). Sum of RGB (Red+Green+Blue) = 131+118+8=257 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.97% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 131 - color contains mainly: red. Hex color #837608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837608 is #7C89F7. Grayscale: #6D6D6D. Windows color (decimal): -8161784 or 554627. OLE color: 554627.

HSL color Cylindrical-coordinate representation of color #837608: hue angle of 53.66º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #837608 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB1311188-
CMYK00.100.940.49
HSL53.66º88.49%27.25%-
HSV(B)53.66º93.89%51.37%-
XYZ15.8817.82.83-
YUV109.3570.81143.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.97%
GREEN value IS 118 (46.48% from 255) = 45.91%
BLUE value IS 8 (3.52% from 255) = 3.11%
R=50.97%
G=45.91%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131118800.100.940.4953.6688.4927.25
Hex837680A5E3136581b
Octal20316610012136616613033
Binary1000001111101101000010101011110110001110110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837608; }

 p { color: rgb(131,118,8); }

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

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

 a { background-color: rgb(131,118,8); }

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

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

 span { border-color: rgb(131,118,8); }

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