#83800F

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

Shades of Olive #83800F

Tints of Olive #83800F

Color information

#83800F (or 0x83800F) is unknown color: approx Olive. HEX triplet: 83, 80 and 0F. RGB value is (131,128,15). Sum of RGB (Red+Green+Blue) = 131+128+15=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 131 - color contains mainly: red. Hex color #83800F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83800F is #7C7FF0. Grayscale: #747474. Windows color (decimal): -8159217 or 1015939. OLE color: 1015939.

HSL color Cylindrical-coordinate representation of color #83800F: hue angle of 58.45º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83800F is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB13112815-
CMYK00.020.890.49
HSL58.45º79.45%28.63%-
HSV(B)58.45º88.55%51.37%-
XYZ17.1720.33.47-
YUV116.0170.99138.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.81%
GREEN value IS 128 (50.39% from 255) = 46.72%
BLUE value IS 15 (6.25% from 255) = 5.47%
R=47.81%
G=46.72%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311281500.020.890.4958.4579.4528.63
Hex8380F0259313a4f1d
Octal2032001702131617211735
Binary100000111000000011110101011001110001111010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83800F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83800F; }

 p { color: rgb(131,128,15); }

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

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

 a { background-color: rgb(131,128,15); }

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

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

 span { border-color: rgb(131,128,15); }

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