#84720B

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

Shades of Olive #84720B

Tints of Olive #84720B

Color information

#84720B (or 0x84720B) is unknown color: approx Olive. HEX triplet: 84, 72 and 0B. RGB value is (132,114,11). Sum of RGB (Red+Green+Blue) = 132+114+11=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #84720B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84720B is #7B8DF4. Grayscale: #6C6C6C. Windows color (decimal): -8097269 or 750212. OLE color: 750212.

HSL color Cylindrical-coordinate representation of color #84720B: hue angle of 51.07º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84720B is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB13211411-
CMYK00.140.920.48
HSL51.07º84.62%28.04%-
HSV(B)51.07º91.67%51.76%-
XYZ15.5916.962.77-
YUV107.6473.46145.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.36%
GREEN value IS 114 (44.92% from 255) = 44.36%
BLUE value IS 11 (4.69% from 255) = 4.28%
R=51.36%
G=44.36%
B=4.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321141100.140.920.4851.0784.6228.04
Hex8472B0E5C3033551c
Octal20416213016134606312534
Binary1000010011100101011011101011100110000110011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84720B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,114,11); }

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

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

 a { background-color: rgb(132,114,11); }

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

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

 span { border-color: rgb(132,114,11); }

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