#828B08

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

Shades of Olive #828B08

Tints of Olive #828B08

Color information

#828B08 (or 0x828B08) is unknown color: approx Olive. HEX triplet: 82, 8B and 08. RGB value is (130,139,8). Sum of RGB (Red+Green+Blue) = 130+139+8=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #828B08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828B08 is #7D74F7. Grayscale: #797979. Windows color (decimal): -8221944 or 560002. OLE color: 560002.

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

Color convert

RGB1301398-
CMYK0.0600.940.45
HSL64.12º89.12%28.82%-
HSV(B)64.12º94.24%54.51%-
XYZ18.4823.233.74-
YUV121.3864.02134.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.93%
GREEN value IS 139 (54.69% from 255) = 50.18%
BLUE value IS 8 (3.52% from 255) = 2.89%
R=46.93%
G=50.18%
B=2.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13013980.0600.940.4564.1289.1228.82
Hex828B8605E2D40591d
Octal20221310601365510013135
Binary10000010100010111000110010111101011011000000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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