#837D10

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

Shades of Olive #837D10

Tints of Olive #837D10

Color information

#837D10 (or 0x837D10) is unknown color: approx Olive. HEX triplet: 83, 7D and 10. RGB value is (131,125,16). Sum of RGB (Red+Green+Blue) = 131+125+16=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 125 (49.22% from 255 or 45.96% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 131 - color contains mainly: red. Hex color #837D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837D10 is #7C82EF. Grayscale: #727272. Windows color (decimal): -8159984 or 1080707. OLE color: 1080707.

HSL color Cylindrical-coordinate representation of color #837D10: hue angle of 56.87º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #837D10 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB13112516-
CMYK00.050.880.49
HSL56.87º78.23%28.82%-
HSV(B)56.87º87.79%51.37%-
XYZ16.7919.533.38-
YUV114.3772.49139.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.16%
GREEN value IS 125 (49.22% from 255) = 45.96%
BLUE value IS 16 (6.64% from 255) = 5.88%
R=48.16%
G=45.96%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311251600.050.880.4956.8778.2328.82
Hex837D10055831394e1d
Octal2031752005130617111635
Binary1000001111111011000001011011000110001111001100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,125,16); }

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

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

 a { background-color: rgb(131,125,16); }

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

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

 span { border-color: rgb(131,125,16); }

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