#837900

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

Shades of Olive #837900

Tints of Olive #837900

Color information

#837900 (or 0x837900) is unknown color: approx Olive. HEX triplet: 83, 79 and 00. RGB value is (131,121,0). Sum of RGB (Red+Green+Blue) = 131+121+0=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #837900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837900 is #7C86FF. Grayscale: #6E6E6E. Windows color (decimal): -8161024 or 31107. OLE color: 31107.

HSL color Cylindrical-coordinate representation of color #837900: hue angle of 55.42º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #837900 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB1311210-
CMYK00.0810.49
HSL55.42º100%25.69%-
HSV(B)55.42º100%51.37%-
XYZ16.218.52.72-
YUV110.265.81142.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.98%
GREEN value IS 121 (47.66% from 255) = 48.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.98%
G=48.02%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131121000.0810.4955.4210025.69
Hex8379008643137641a
Octal2031710010144616714432
Binary1000001111110010010001100100110001110111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837900; }

 p { color: rgb(131,121,0); }

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

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

 a { background-color: rgb(131,121,0); }

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

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

 span { border-color: rgb(131,121,0); }

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