Html Css Color HEX #82800A Olive

📋 copy color: '#82800A'

red 130 ◦ green 128 ◦ blue 10

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

Shades of Olive #82800A

Tints of Olive #82800A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.73%

R = 48.51%
G = 47.76%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#82800A (or 0x82800A) is known color: Olive. HEX triplet: 82, 80 and 0A. RGB value is (130,128,10). Sum of RGB (Red+Green+Blue) = 130+128+10=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #82800A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82800A is #7D7FF5. Grayscale: #737373. Windows color (decimal): -8224758 or 688258. OLE color: 688258.

HSL color Cylindrical-coordinate representation of color #82800A: hue angle of 59º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82800A is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 128 10 -
CMYK 0 0.02 0.92 0.49
HSL 59º 0.86% 0.27% -
HSV(B) 59º 0.92% 0.51% -
XYZ 16.98 20.21 3.29 -
YUV 115.15 68.66 138.59 -
System Red Green Blue C M Y K H S L
Decimal 130 128 10 0 0.02 0.92 0.49 59 0.86 0.27
Hex 82 80 A 0 2 5C 31 3B 56 1B
Octal 202 200 12 0 2 134 61 73 126 33
Binary 10000010 10000000 1010 0 10 1011100 110001 111011 1010110 11011

Color Harmonies of #82800A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82800A

Black with #82800A

Text Example


Text Example

White with #82800A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82800A; }

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

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

background-color css

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

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

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

border-color css

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

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

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