#828308

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

Shades of Olive #828308

Tints of Olive #828308

Color information

#828308 (or 0x828308) is unknown color: approx Olive. HEX triplet: 82, 83 and 08. RGB value is (130,131,8). Sum of RGB (Red+Green+Blue) = 130+131+8=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 131 (51.56% from 255 or 48.70% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 131 - color contains mainly: green. Hex color #828308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828308 is #7D7CF7. Grayscale: #757575. Windows color (decimal): -8223992 or 557954. OLE color: 557954.

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

Color convert

RGB1301318-
CMYK0.0100.940.49
HSL60.49º88.49%27.25%-
HSV(B)60.49º93.89%51.37%-
XYZ17.37213.37-
YUV116.6866.67137.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.33%
GREEN value IS 131 (51.56% from 255) = 48.70%
BLUE value IS 8 (3.52% from 255) = 2.97%
R=48.33%
G=48.70%
B=2.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13013180.0100.940.4960.4988.4927.25
Hex82838105E313c581b
Octal2022031010136617413033
Binary10000010100000111000101011110110001111100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828308; }

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

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

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

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

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

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

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

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