#828D10

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

Shades of Olive #828D10

Tints of Olive #828D10

Color information

#828D10 (or 0x828D10) is unknown color: approx Olive. HEX triplet: 82, 8D and 10. RGB value is (130,141,16). Sum of RGB (Red+Green+Blue) = 130+141+16=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 141 (55.47% from 255 or 49.13% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 141 - color contains mainly: green. Hex color #828D10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828D10 is #7D72EF. Grayscale: #7B7B7B. Windows color (decimal): -8221424 or 1084802. OLE color: 1084802.

HSL color Cylindrical-coordinate representation of color #828D10: hue angle of 65.28º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #828D10 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB13014116-
CMYK0.0800.890.45
HSL65.28º79.62%30.78%-
HSV(B)65.28º88.65%55.29%-
XYZ18.8223.834.1-
YUV123.4667.36132.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 141 (55.47% from 255) = 49.13%
BLUE value IS 16 (6.64% from 255) = 5.57%
R=45.30%
G=49.13%
B=5.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130141160.0800.890.4565.2879.6230.78
Hex828D1080592D41501f
Octal202215201001315510112037
Binary1000001010001101100001000010110011011011000001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828D10; }

 p { color: rgb(130,141,16); }

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

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

 a { background-color: rgb(130,141,16); }

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

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

 span { border-color: rgb(130,141,16); }

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