Html Css Color HEX #828004 Olive

📋 copy color: '#828004'

red 130 ◦ green 128 ◦ blue 4

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

Shades of Olive #828004

Tints of Olive #828004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.53%

R = 49.62%
G = 48.85%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#828004 (or 0x828004) is known color: Olive. HEX triplet: 82, 80 and 04. RGB value is (130,128,4). Sum of RGB (Red+Green+Blue) = 130+128+4=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #828004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828004 is #7D7FFB. Grayscale: #727272. Windows color (decimal): -8224764 or 295042. OLE color: 295042.

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

Color convert

RGB 130 128 4 -
CMYK 0 0.02 0.97 0.49
HSL 59.05º 0.94% 0.26% -
HSV(B) 59.05º 0.97% 0.51% -
XYZ 16.95 20.19 3.12 -
YUV 114.46 65.66 139.08 -
System Red Green Blue C M Y K H S L
Decimal 130 128 4 0 0.02 0.97 0.49 59.05 0.94 0.26
Hex 82 80 4 0 2 61 31 3B 5E 1A
Octal 202 200 4 0 2 141 61 73 136 32
Binary 10000010 10000000 100 0 10 1100001 110001 111011 1011110 11010

Color Harmonies of #828004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828004

Black with #828004

Text Example


Text Example

White with #828004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828004; }

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

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

background-color css

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

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

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

border-color css

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

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

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