#84760E

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

Shades of Olive #84760E

Tints of Olive #84760E

Color information

#84760E (or 0x84760E) is unknown color: approx Olive. HEX triplet: 84, 76 and 0E. RGB value is (132,118,14). Sum of RGB (Red+Green+Blue) = 132+118+14=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #84760E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84760E is #7B89F1. Grayscale: #6E6E6E. Windows color (decimal): -8096242 or 947844. OLE color: 947844.

HSL color Cylindrical-coordinate representation of color #84760E: hue angle of 52.88º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84760E is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB13211814-
CMYK00.110.890.48
HSL52.88º80.82%28.63%-
HSV(B)52.88º89.39%51.76%-
XYZ16.0717.893.02-
YUV110.3373.64143.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50%
GREEN value IS 118 (46.48% from 255) = 44.70%
BLUE value IS 14 (5.86% from 255) = 5.30%
R=50%
G=44.70%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321181400.110.890.4852.8880.8228.63
Hex8476E0B593035511d
Octal20416616013131606512135
Binary1000010011101101110010111011001110000110101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84760E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84760E; }

 p { color: rgb(132,118,14); }

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

<style>
 a { background-color: #84760E; }

 a { background-color: rgb(132,118,14); }

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

<style>
 span { border-color: #84760E; }

 span { border-color: rgb(132,118,14); }

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