Html Css Color HEX #828008 Olive

📋 copy color: '#828008'

red 130 ◦ green 128 ◦ blue 8

#828008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #828008

Tints of Olive #828008

RGB

 RED value IS 130 (51.17% from 255) = 48.87%

 GREEN value IS 128 (50.39% from 255) = 48.12%

 BLUE value IS 8 (3.52% from 255) = 3.01%

R = 48.87%
G = 48.12%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#828008 (or 0x828008) is known color: Olive. HEX triplet: 82, 80 and 08. RGB value is (130,128,8). Sum of RGB (Red+Green+Blue) = 130+128+8=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #828008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828008 is #7D7FF7. Grayscale: #737373. Windows color (decimal): -8224760 or 557186. OLE color: 557186.

HSL color Cylindrical-coordinate representation of color #828008: hue angle of 59.02º 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 #828008 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 128 8 -
CMYK 0 0.02 0.94 0.49
HSL 59.02º 0.88% 0.27% -
HSV(B) 59.02º 0.94% 0.51% -
XYZ 16.97 20.2 3.23 -
YUV 114.92 67.66 138.76 -
System Red Green Blue C M Y K H S L
Decimal 130 128 8 0 0.02 0.94 0.49 59.02 0.88 0.27
Hex 82 80 8 0 2 5E 31 3B 58 1B
Octal 202 200 10 0 2 136 61 73 130 33
Binary 10000010 10000000 1000 0 10 1011110 110001 111011 1011000 11011

Color Harmonies of #828008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828008

Black with #828008

Text Example


Text Example

White with #828008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828008; }

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

 H1.HeaderClassName
 {
   color: #828008;
 }
 .AnyTagClassName
 {
   color: #828008;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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