#828309

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

Shades of Olive #828309

Tints of Olive #828309

Color information

#828309 (or 0x828309) is unknown color: approx Olive. HEX triplet: 82, 83 and 09. RGB value is (130,131,9). Sum of RGB (Red+Green+Blue) = 130+131+9=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 131 - color contains mainly: green. Hex color #828309 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828309 is #7D7CF6. Grayscale: #757575. Windows color (decimal): -8223991 or 623490. OLE color: 623490.

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

Color convert

RGB1301319-
CMYK0.0100.930.49
HSL60.49º87.14%27.45%-
HSV(B)60.49º93.13%51.37%-
XYZ17.37213.4-
YUV116.7967.17137.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.15%
GREEN value IS 131 (51.56% from 255) = 48.52%
BLUE value IS 9 (3.91% from 255) = 3.33%
R=48.15%
G=48.52%
B=3.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13013190.0100.930.4960.4987.1427.45
Hex82839105D313c571b
Octal2022031110135617412733
Binary10000010100000111001101011101110001111100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828309; }

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

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

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

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

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

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

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

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