#82830F

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

Shades of Olive #82830F

Tints of Olive #82830F

Color information

#82830F (or 0x82830F) is unknown color: approx Olive. HEX triplet: 82, 83 and 0F. RGB value is (130,131,15). Sum of RGB (Red+Green+Blue) = 130+131+15=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 131 - color contains mainly: green. Hex color #82830F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82830F is #7D7CF0. Grayscale: #757575. Windows color (decimal): -8223985 or 1016706. OLE color: 1016706.

HSL color Cylindrical-coordinate representation of color #82830F: hue angle of 60.52º 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 #82830F is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB13013115-
CMYK0.0100.890.49
HSL60.52º79.45%28.63%-
HSV(B)60.52º88.55%51.37%-
XYZ17.4121.013.59-
YUV117.4870.17136.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.10%
GREEN value IS 131 (51.56% from 255) = 47.46%
BLUE value IS 15 (6.25% from 255) = 5.43%
R=47.10%
G=47.46%
B=5.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130131150.0100.890.4960.5279.4528.63
Hex8283F1059313d4f1d
Octal2022031710131617511735
Binary10000010100000111111101011001110001111101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82830F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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