#84740B

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

Shades of Olive #84740B

Tints of Olive #84740B

Color information

#84740B (or 0x84740B) is unknown color: approx Olive. HEX triplet: 84, 74 and 0B. RGB value is (132,116,11). Sum of RGB (Red+Green+Blue) = 132+116+11=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #84740B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84740B is #7B8BF4. Grayscale: #6D6D6D. Windows color (decimal): -8096757 or 750724. OLE color: 750724.

HSL color Cylindrical-coordinate representation of color #84740B: hue angle of 52.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 #84740B is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB13211611-
CMYK00.120.920.48
HSL52.07º84.62%28.04%-
HSV(B)52.07º91.67%51.76%-
XYZ15.8217.422.85-
YUV108.8172.8144.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.97%
GREEN value IS 116 (45.70% from 255) = 44.79%
BLUE value IS 11 (4.69% from 255) = 4.25%
R=50.97%
G=44.79%
B=4.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321161100.120.920.4852.0784.6228.04
Hex8474B0C5C3034551c
Octal20416413014134606412534
Binary1000010011101001011011001011100110000110100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84740B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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