#828E09

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

Shades of Olive #828E09

Tints of Olive #828E09

Color information

#828E09 (or 0x828E09) is unknown color: approx Olive. HEX triplet: 82, 8E and 09. RGB value is (130,142,9). Sum of RGB (Red+Green+Blue) = 130+142+9=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 142 (55.86% from 255 or 50.53% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 142 - color contains mainly: green. Hex color #828E09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828E09 is #7D71F6. Grayscale: #7B7B7B. Windows color (decimal): -8221175 or 626306. OLE color: 626306.

HSL color Cylindrical-coordinate representation of color #828E09: hue angle of 65.41º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #828E09 is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB1301429-
CMYK0.0800.940.44
HSL65.41º88.08%29.61%-
HSV(B)65.41º93.66%55.69%-
XYZ18.9324.113.91-
YUV123.2563.52132.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.26%
GREEN value IS 142 (55.86% from 255) = 50.53%
BLUE value IS 9 (3.91% from 255) = 3.20%
R=46.26%
G=50.53%
B=3.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13014290.0800.940.4465.4188.0829.61
Hex828E9805E2C41581e
Octal202216111001365410113036
Binary100000101000111010011000010111101011001000001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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