#847B0A

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

Shades of Olive #847B0A

Tints of Olive #847B0A

Color information

#847B0A (or 0x847B0A) is unknown color: approx Olive. HEX triplet: 84, 7B and 0A. RGB value is (132,123,10). Sum of RGB (Red+Green+Blue) = 132+123+10=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 123 (48.44% from 255 or 46.42% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #847B0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847B0A is #7B84F5. Grayscale: #717171. Windows color (decimal): -8094966 or 686980. OLE color: 686980.

HSL color Cylindrical-coordinate representation of color #847B0A: hue angle of 55.57º degrees, saturation: 0.86, 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 #847B0A is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB13212310-
CMYK00.070.920.48
HSL55.57º85.92%27.84%-
HSV(B)55.57º92.42%51.76%-
XYZ16.6519.093.09-
YUV112.8169.98141.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.81%
GREEN value IS 123 (48.44% from 255) = 46.42%
BLUE value IS 10 (4.30% from 255) = 3.77%
R=49.81%
G=46.42%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321231000.070.920.4855.5785.9227.84
Hex847BA075C3038561c
Octal2041731207134607012634
Binary100001001111011101001111011100110000111000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847B0A; }

 p { color: rgb(132,123,10); }

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

<style>
 a { background-color: #847B0A; }

 a { background-color: rgb(132,123,10); }

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

<style>
 span { border-color: #847B0A; }

 span { border-color: rgb(132,123,10); }

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