#837D12

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

Shades of Olive #837D12

Tints of Olive #837D12

Color information

#837D12 (or 0x837D12) is unknown color: approx Olive. HEX triplet: 83, 7D and 12. RGB value is (131,125,18). Sum of RGB (Red+Green+Blue) = 131+125+18=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 131 - color contains mainly: red. Hex color #837D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837D12 is #7C82ED. Grayscale: #737373. Windows color (decimal): -8159982 or 1211779. OLE color: 1211779.

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

Color convert

RGB13112518-
CMYK00.050.860.49
HSL56.81º75.84%29.22%-
HSV(B)56.81º86.26%51.37%-
XYZ16.819.543.46-
YUV114.673.49139.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.81%
GREEN value IS 125 (49.22% from 255) = 45.62%
BLUE value IS 18 (7.42% from 255) = 6.57%
R=47.81%
G=45.62%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311251800.050.860.4956.8175.8429.22
Hex837D12055631394c1d
Octal2031752205126617111435
Binary1000001111111011001001011010110110001111001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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