#837A05

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

Shades of Olive #837A05

Tints of Olive #837A05

Color information

#837A05 (or 0x837A05) is unknown color: approx Olive. HEX triplet: 83, 7A and 05. RGB value is (131,122,5). Sum of RGB (Red+Green+Blue) = 131+122+5=258 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.78% from 258); Green value is 122 (48.05% from 255 or 47.29% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 131 - color contains mainly: red. Hex color #837A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837A05 is #7C85FA. Grayscale: #6F6F6F. Windows color (decimal): -8160763 or 359043. OLE color: 359043.

HSL color Cylindrical-coordinate representation of color #837A05: hue angle of 55.71º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #837A05 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB1311225-
CMYK00.070.960.49
HSL55.71º92.65%26.67%-
HSV(B)55.71º96.18%51.37%-
XYZ16.3518.762.9-
YUV111.3567.98142.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.78%
GREEN value IS 122 (48.05% from 255) = 47.29%
BLUE value IS 5 (2.34% from 255) = 1.94%
R=50.78%
G=47.29%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131122500.070.960.4955.7192.6526.67
Hex837A5076031385d1b
Octal203172507140617013533
Binary10000011111101010101111100000110001111000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,122,5); }

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

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

 a { background-color: rgb(131,122,5); }

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

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

 span { border-color: rgb(131,122,5); }

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