Html Css Color HEX #82760A Olive

📋 copy color: '#82760A'

red 130 ◦ green 118 ◦ blue 10

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

Shades of Olive #82760A

Tints of Olive #82760A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.74%

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

R = 50.39%
G = 45.74%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#82760A (or 0x82760A) is known color: Olive. HEX triplet: 82, 76 and 0A. RGB value is (130,118,10). Sum of RGB (Red+Green+Blue) = 130+118+10=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #82760A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82760A is #7D89F5. Grayscale: #6D6D6D. Windows color (decimal): -8227318 or 685698. OLE color: 685698.

HSL color Cylindrical-coordinate representation of color #82760A: hue angle of 54º 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 #82760A is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 118 10 -
CMYK 0 0.09 0.92 0.49
HSL 54º 0.86% 0.27% -
HSV(B) 54º 0.92% 0.51% -
XYZ 15.74 17.72 2.88 -
YUV 109.28 71.98 142.78 -
System Red Green Blue C M Y K H S L
Decimal 130 118 10 0 0.09 0.92 0.49 54 0.86 0.27
Hex 82 76 A 0 9 5C 31 36 56 1B
Octal 202 166 12 0 11 134 61 66 126 33
Binary 10000010 1110110 1010 0 1001 1011100 110001 110110 1010110 11011

Color Harmonies of #82760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82760A

Black with #82760A

Text Example


Text Example

White with #82760A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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