#82770B

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

Shades of Olive #82770B

Tints of Olive #82770B

Color information

#82770B (or 0x82770B) is unknown color: approx Olive. HEX triplet: 82, 77 and 0B. RGB value is (130,119,11). Sum of RGB (Red+Green+Blue) = 130+119+11=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #82770B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82770B is #7D88F4. Grayscale: #6E6E6E. Windows color (decimal): -8227061 or 751490. OLE color: 751490.

HSL color Cylindrical-coordinate representation of color #82770B: hue angle of 54.45º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82770B is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB13011911-
CMYK00.080.920.49
HSL54.45º84.4%27.65%-
HSV(B)54.45º91.54%50.98%-
XYZ15.8617.962.95-
YUV109.9872.14142.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50%
GREEN value IS 119 (46.88% from 255) = 45.77%
BLUE value IS 11 (4.69% from 255) = 4.23%
R=50%
G=45.77%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301191100.080.920.4954.4584.427.65
Hex8277B085C3136541c
Octal20216713010134616612434
Binary1000001011101111011010001011100110001110110101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82770B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82770B; }

 p { color: rgb(130,119,11); }

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

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

 a { background-color: rgb(130,119,11); }

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

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

 span { border-color: rgb(130,119,11); }

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